Html Css Color HEX #10BBAF Light Sea Green

📋 copy color: '#10BBAF'

red 16 ◦ green 187 ◦ blue 175

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

Shades of Light Sea Green #10BBAF

Tints of Light Sea Green #10BBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 4.23%
G = 49.47%
B = 46.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#10BBAF (or 0x10BBAF) is known color: Light Sea Green. HEX triplet: 10, BB and AF. RGB value is (16,187,175). Sum of RGB (Red+Green+Blue) = 16+187+175=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #10BBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BBAF is #EF4450. Grayscale: #868686. Windows color (decimal): -15680593 or 11516688. OLE color: 11516688.

HSL color Cylindrical-coordinate representation of color #10BBAF: hue angle of 175.79º 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 #10BBAF is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 187 175 -
CMYK 0.91 0 0.06 0.27
HSL 175.79º 0.84% 0.4% -
HSV(B) 175.79º 0.91% 0.73% -
XYZ 25.72 38.75 46.68 -
YUV 134.5 150.85 43.48 -
System Red Green Blue C M Y K H S L
Decimal 16 187 175 0.91 0 0.06 0.27 175.79 0.84 0.4
Hex 10 BB AF 5B 0 6 1B B0 54 28
Octal 20 273 257 133 0 6 33 260 124 50
Binary 10000 10111011 10101111 1011011 0 110 11011 10110000 1010100 101000

Color Harmonies of #10BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BBAF

Black with #10BBAF

Text Example


Text Example

White with #10BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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