Html Css Color HEX #10BBAA Light Sea Green

📋 copy color: '#10BBAA'

red 16 ◦ green 187 ◦ blue 170

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

Shades of Light Sea Green #10BBAA

Tints of Light Sea Green #10BBAA

RGB

 RED value IS 16 (6.64% from 255) = 4.29%

 GREEN value IS 187 (73.44% from 255) = 50.13%

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

R = 4.29%
G = 50.13%
B = 45.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#10BBAA (or 0x10BBAA) is known color: Light Sea Green. HEX triplet: 10, BB and AA. RGB value is (16,187,170). Sum of RGB (Red+Green+Blue) = 16+187+170=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #10BBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BBAA is #EF4455. Grayscale: #858585. Windows color (decimal): -15680598 or 11189008. OLE color: 11189008.

HSL color Cylindrical-coordinate representation of color #10BBAA: hue angle of 174.04º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BBAA is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 187 170 -
CMYK 0.91 0 0.09 0.27
HSL 174.04º 0.84% 0.4% -
HSV(B) 174.04º 0.91% 0.73% -
XYZ 25.24 38.55 44.14 -
YUV 133.93 148.35 43.88 -
System Red Green Blue C M Y K H S L
Decimal 16 187 170 0.91 0 0.09 0.27 174.04 0.84 0.4
Hex 10 BB AA 5B 0 9 1B AE 54 28
Octal 20 273 252 133 0 11 33 256 124 50
Binary 10000 10111011 10101010 1011011 0 1001 11011 10101110 1010100 101000

Color Harmonies of #10BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BBAA

Black with #10BBAA

Text Example


Text Example

White with #10BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BBAA; }

 p { color: rgb(16,187,170); }

 H1.HeaderClassName
 {
   color: #10BBAA;
 }
 .AnyTagClassName
 {
   color: #10BBAA;
 }
</style>

background-color css

<style>
 a { background-color: #10BBAA; }

 a { background-color: rgb(16,187,170); }

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

border-color css

<style>
 span { border-color: #10BBAA; }

 span { border-color: rgb(16,187,170); }

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