Html Css Color HEX #28CFB6 Light Sea Green

📋 copy color: '#28CFB6'

red 40 ◦ green 207 ◦ blue 182

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

Shades of Light Sea Green #28CFB6

Tints of Light Sea Green #28CFB6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.25%

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

R = 9.32%
G = 48.25%
B = 42.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#28CFB6 (or 0x28CFB6) is known color: Light Sea Green. HEX triplet: 28, CF and B6. RGB value is (40,207,182). Sum of RGB (Red+Green+Blue) = 40+207+182=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #28CFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFB6 is #D73049. Grayscale: #9A9A9A. Windows color (decimal): -14102602 or 11980584. OLE color: 11980584.

HSL color Cylindrical-coordinate representation of color #28CFB6: hue angle of 171.02º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CFB6 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 207 182 -
CMYK 0.81 0 0.12 0.19
HSL 171.02º 0.68% 0.48% -
HSV(B) 171.02º 0.81% 0.81% -
XYZ 31.63 48.45 51.94 -
YUV 154.22 143.67 46.53 -
System Red Green Blue C M Y K H S L
Decimal 40 207 182 0.81 0 0.12 0.19 171.02 0.68 0.48
Hex 28 CF B6 51 0 C 13 AB 44 30
Octal 50 317 266 121 0 14 23 253 104 60
Binary 101000 11001111 10110110 1010001 0 1100 10011 10101011 1000100 110000

Color Harmonies of #28CFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CFB6

Black with #28CFB6

Text Example


Text Example

White with #28CFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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