Html Css Color HEX #28BCAA Light Sea Green

📋 copy color: '#28BCAA'

red 40 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #28BCAA

Tints of Light Sea Green #28BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.24%

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 10.05%
G = 47.24%
B = 42.71%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#28BCAA (or 0x28BCAA) is known color: Light Sea Green. HEX triplet: 28, BC and AA. RGB value is (40,188,170). Sum of RGB (Red+Green+Blue) = 40+188+170=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #28BCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BCAA is #D74355. Grayscale: #8D8D8D. Windows color (decimal): -14107478 or 11189288. OLE color: 11189288.

HSL color Cylindrical-coordinate representation of color #28BCAA: hue angle of 172.7º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BCAA is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 188 170 -
CMYK 0.79 0 0.10 0.26
HSL 172.7º 0.65% 0.45% -
HSV(B) 172.7º 0.79% 0.74% -
XYZ 26.11 39.32 44.24 -
YUV 141.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 40 188 170 0.79 0 0.10 0.26 172.7 0.65 0.45
Hex 28 BC AA 4F 0 A 1A AD 41 2D
Octal 50 274 252 117 0 12 32 255 101 55
Binary 101000 10111100 10101010 1001111 0 1010 11010 10101101 1000001 101101

Color Harmonies of #28BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BCAA

Black with #28BCAA

Text Example


Text Example

White with #28BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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