Html Css Color HEX #28CAB0 Light Sea Green

📋 copy color: '#28CAB0'

red 40 ◦ green 202 ◦ blue 176

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

Shades of Light Sea Green #28CAB0

Tints of Light Sea Green #28CAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 9.57%
G = 48.33%
B = 42.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#28CAB0 (or 0x28CAB0) is known color: Light Sea Green. HEX triplet: 28, CA and B0. RGB value is (40,202,176). Sum of RGB (Red+Green+Blue) = 40+202+176=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #28CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CAB0 is #D7354F. Grayscale: #969696. Windows color (decimal): -14103888 or 11586088. OLE color: 11586088.

HSL color Cylindrical-coordinate representation of color #28CAB0: hue angle of 170.37º 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 #28CAB0 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 202 176 -
CMYK 0.80 0 0.13 0.21
HSL 170.37º 0.67% 0.47% -
HSV(B) 170.37º 0.8% 0.79% -
XYZ 29.83 45.83 48.35 -
YUV 150.6 142.33 49.11 -
System Red Green Blue C M Y K H S L
Decimal 40 202 176 0.80 0 0.13 0.21 170.37 0.67 0.47
Hex 28 CA B0 50 0 D 15 AA 43 2F
Octal 50 312 260 120 0 15 25 252 103 57
Binary 101000 11001010 10110000 1010000 0 1101 10101 10101010 1000011 101111

Color Harmonies of #28CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CAB0

Black with #28CAB0

Text Example


Text Example

White with #28CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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