Html Css Color HEX #28CFBC Light Sea Green

📋 copy color: '#28CFBC'

red 40 ◦ green 207 ◦ blue 188

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

Shades of Light Sea Green #28CFBC

Tints of Light Sea Green #28CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 9.2%
G = 47.59%
B = 43.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#28CFBC (or 0x28CFBC) is known color: Light Sea Green. HEX triplet: 28, CF and BC. RGB value is (40,207,188). Sum of RGB (Red+Green+Blue) = 40+207+188=435 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.20% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #28CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFBC is #D73043. Grayscale: #9A9A9A. Windows color (decimal): -14102596 or 12373800. OLE color: 12373800.

HSL color Cylindrical-coordinate representation of color #28CFBC: hue angle of 173.17º 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 #28CFBC is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 207 188 -
CMYK 0.81 0 0.09 0.19
HSL 173.17º 0.68% 0.48% -
HSV(B) 173.17º 0.81% 0.81% -
XYZ 32.27 48.71 55.28 -
YUV 154.9 146.67 46.04 -
System Red Green Blue C M Y K H S L
Decimal 40 207 188 0.81 0 0.09 0.19 173.17 0.68 0.48
Hex 28 CF BC 51 0 9 13 AD 44 30
Octal 50 317 274 121 0 11 23 255 104 60
Binary 101000 11001111 10111100 1010001 0 1001 10011 10101101 1000100 110000

Color Harmonies of #28CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CFBC

Black with #28CFBC

Text Example


Text Example

White with #28CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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