Html Css Color HEX #28CCB3 Light Sea Green

📋 copy color: '#28CCB3'

red 40 ◦ green 204 ◦ blue 179

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

Shades of Light Sea Green #28CCB3

Tints of Light Sea Green #28CCB3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.23%

 BLUE value IS 179 (70.31% from 255) = 42.32%

R = 9.46%
G = 48.23%
B = 42.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#28CCB3 (or 0x28CCB3) is known color: Light Sea Green. HEX triplet: 28, CC and B3. RGB value is (40,204,179). Sum of RGB (Red+Green+Blue) = 40+204+179=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #28CCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCB3 is #D7334C. Grayscale: #989898. Windows color (decimal): -14103373 or 11783208. OLE color: 11783208.

HSL color Cylindrical-coordinate representation of color #28CCB3: hue angle of 170.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CCB3 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 204 179 -
CMYK 0.80 0 0.12 0.2
HSL 170.85º 0.67% 0.48% -
HSV(B) 170.85º 0.8% 0.8% -
XYZ 30.6 46.89 50.09 -
YUV 152.11 143.17 48.03 -
System Red Green Blue C M Y K H S L
Decimal 40 204 179 0.80 0 0.12 0.2 170.85 0.67 0.48
Hex 28 CC B3 50 0 C 14 AB 43 30
Octal 50 314 263 120 0 14 24 253 103 60
Binary 101000 11001100 10110011 1010000 0 1100 10100 10101011 1000011 110000

Color Harmonies of #28CCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CCB3

Black with #28CCB3

Text Example


Text Example

White with #28CCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,204,179); }

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

background-color css

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

 a { background-color: rgb(40,204,179); }

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

border-color css

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

 span { border-color: rgb(40,204,179); }

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