Html Css Color HEX #28CAB4 Light Sea Green

📋 copy color: '#28CAB4'

red 40 ◦ green 202 ◦ blue 180

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

Shades of Light Sea Green #28CAB4

Tints of Light Sea Green #28CAB4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.87%

 BLUE value IS 180 (70.7% from 255) = 42.65%

R = 9.48%
G = 47.87%
B = 42.65%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#28CAB4 (or 0x28CAB4) is known color: Light Sea Green. HEX triplet: 28, CA and B4. RGB value is (40,202,180). Sum of RGB (Red+Green+Blue) = 40+202+180=422 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.48% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #28CAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CAB4 is #D7354B. Grayscale: #969696. Windows color (decimal): -14103884 or 11848232. OLE color: 11848232.

HSL color Cylindrical-coordinate representation of color #28CAB4: hue angle of 171.85º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CAB4 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 202 180 -
CMYK 0.80 0 0.11 0.21
HSL 171.85º 0.67% 0.47% -
HSV(B) 171.85º 0.8% 0.79% -
XYZ 30.23 45.99 50.46 -
YUV 151.05 144.33 48.79 -
System Red Green Blue C M Y K H S L
Decimal 40 202 180 0.80 0 0.11 0.21 171.85 0.67 0.47
Hex 28 CA B4 50 0 B 15 AC 43 2F
Octal 50 312 264 120 0 13 25 254 103 57
Binary 101000 11001010 10110100 1010000 0 1011 10101 10101100 1000011 101111

Color Harmonies of #28CAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CAB4

Black with #28CAB4

Text Example


Text Example

White with #28CAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,202,180); }

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

background-color css

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

 a { background-color: rgb(40,202,180); }

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

border-color css

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

 span { border-color: rgb(40,202,180); }

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