Html Css Color HEX #28CCBA Light Sea Green

📋 copy color: '#28CCBA'

red 40 ◦ green 204 ◦ blue 186

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

Shades of Light Sea Green #28CCBA

Tints of Light Sea Green #28CCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 9.3%
G = 47.44%
B = 43.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#28CCBA (or 0x28CCBA) is known color: Light Sea Green. HEX triplet: 28, CC and BA. RGB value is (40,204,186). Sum of RGB (Red+Green+Blue) = 40+204+186=430 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.30% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #28CCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCBA is #D73345. Grayscale: #989898. Windows color (decimal): -14103366 or 12241960. OLE color: 12241960.

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

Color convert

RGB 40 204 186 -
CMYK 0.80 0 0.09 0.2
HSL 173.41º 0.67% 0.48% -
HSV(B) 173.41º 0.8% 0.8% -
XYZ 31.33 47.18 53.91 -
YUV 152.91 146.67 47.46 -
System Red Green Blue C M Y K H S L
Decimal 40 204 186 0.80 0 0.09 0.2 173.41 0.67 0.48
Hex 28 CC BA 50 0 9 14 AD 43 30
Octal 50 314 272 120 0 11 24 255 103 60
Binary 101000 11001100 10111010 1010000 0 1001 10100 10101101 1000011 110000

Color Harmonies of #28CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CCBA

Black with #28CCBA

Text Example


Text Example

White with #28CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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