#28BFC3

Color #28BFC3 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #28BFC3

Tints of Light Sea Green #28BFC3

Color information

#28BFC3 (or 0x28BFC3) is unknown color: approx Light Sea Green. HEX triplet: 28, BF and C3. RGB value is (40,191,195). Sum of RGB (Red+Green+Blue) = 40+191+195=426 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.39% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 195 - color contains mainly: blue. Hex color #28BFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BFC3 is #D7403C. Grayscale: #929292. Windows color (decimal): -14106685 or 12828456. OLE color: 12828456.

HSL color Cylindrical-coordinate representation of color #28BFC3: hue angle of 181.55º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BFC3 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB40191195-
CMYK0.790.0200.24
HSL181.55º65.96%46.08%-
HSV(B)181.55º79.49%76.47%-
XYZ29.3641.6558.12-
YUV146.31155.4752.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 9.39%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 195 (76.56% from 255) = 45.77%
R=9.39%
G=44.84%
B=45.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal401911950.790.0200.24181.5565.9646.08
Hex28BFC34F2018b6422e
Octal50277303117203026610256
Binary1010001011111111000011100111110011000101101101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28BFC3; }

 p { color: rgb(40,191,195); }

 H1.HeaderClassName
 {
   color: #28BFC3;
 }
 .AnyTagClassName
 {
   color: #28BFC3;
 }
</style>
background-color css

<style>
 a { background-color: #28BFC3; }

 a { background-color: rgb(40,191,195); }

 div.DivClassName
 {
   background-color: #28BFC3;
 }
 .BgClassName
 {
   background-color: #28BFC3;
 }
</style>
border-color css

<style>
 span { border-color: #28BFC3; }

 span { border-color: rgb(40,191,195); }

 td.TdClassName
 {
   border-color: #28BFC3;
 }
 .TagClassName
 {
   border-color: #28BFC3;
 }
</style>