Html Css Color HEX #28B8BA Light Sea Green

📋 copy color: '#28B8BA'

red 40 ◦ green 184 ◦ blue 186

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

Shades of Light Sea Green #28B8BA

Tints of Light Sea Green #28B8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.88%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 9.76%
G = 44.88%
B = 45.37%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#28B8BA (or 0x28B8BA) is known color: Light Sea Green. HEX triplet: 28, B8 and BA. RGB value is (40,184,186). Sum of RGB (Red+Green+Blue) = 40+184+186=410 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.76% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #28B8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28B8BA is #D74745. Grayscale: #8D8D8D. Windows color (decimal): -14108486 or 12236840. OLE color: 12236840.

HSL color Cylindrical-coordinate representation of color #28B8BA: hue angle of 180.82º 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 #28B8BA is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 184 186 -
CMYK 0.78 0.01 0 0.27
HSL 180.82º 0.65% 0.44% -
HSV(B) 180.82º 0.78% 0.73% -
XYZ 26.88 38.28 52.43 -
YUV 141.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 40 184 186 0.78 0.01 0 0.27 180.82 0.65 0.44
Hex 28 B8 BA 4E 1 0 1B B5 41 2C
Octal 50 270 272 116 1 0 33 265 101 54
Binary 101000 10111000 10111010 1001110 1 0 11011 10110101 1000001 101100

Color Harmonies of #28B8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B8BA

Black with #28B8BA

Text Example


Text Example

White with #28B8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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