Html Css Color HEX #28BAB6 Light Sea Green

📋 copy color: '#28BAB6'

red 40 ◦ green 186 ◦ blue 182

#28BAB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #28BAB6

Tints of Light Sea Green #28BAB6

RGB

 RED value IS 40 (16.02% from 255) = 9.8%

 GREEN value IS 186 (73.05% from 255) = 45.59%

 BLUE value IS 182 (71.48% from 255) = 44.61%

R = 9.8%
G = 45.59%
B = 44.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#28BAB6 (or 0x28BAB6) is known color: Light Sea Green. HEX triplet: 28, BA and B6. RGB value is (40,186,182). Sum of RGB (Red+Green+Blue) = 40+186+182=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #28BAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BAB6 is #D74549. Grayscale: #8D8D8D. Windows color (decimal): -14107978 or 11975208. OLE color: 11975208.

HSL color Cylindrical-coordinate representation of color #28BAB6: hue angle of 178.36º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BAB6 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 186 182 -
CMYK 0.78 0 0.02 0.27
HSL 178.36º 0.65% 0.44% -
HSV(B) 178.36º 0.78% 0.73% -
XYZ 26.88 38.95 50.36 -
YUV 141.89 150.63 55.33 -
System Red Green Blue C M Y K H S L
Decimal 40 186 182 0.78 0 0.02 0.27 178.36 0.65 0.44
Hex 28 BA B6 4E 0 2 1B B2 41 2C
Octal 50 272 266 116 0 2 33 262 101 54
Binary 101000 10111010 10110110 1001110 0 10 11011 10110010 1000001 101100

Color Harmonies of #28BAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BAB6

Black with #28BAB6

Text Example


Text Example

White with #28BAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,186,182); }

 H1.HeaderClassName
 {
   color: #28BAB6;
 }
 .AnyTagClassName
 {
   color: #28BAB6;
 }
</style>

background-color css

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

 a { background-color: rgb(40,186,182); }

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

border-color css

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

 span { border-color: rgb(40,186,182); }

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