Html Css Color HEX #10C99B Caribbean Green

📋 copy color: '#10C99B'

red 16 ◦ green 201 ◦ blue 155

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

Shades of Caribbean Green #10C99B

Tints of Caribbean Green #10C99B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.03%

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 4.3%
G = 54.03%
B = 41.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#10C99B (or 0x10C99B) is known color: Caribbean Green. HEX triplet: 10, C9 and 9B. RGB value is (16,201,155). Sum of RGB (Red+Green+Blue) = 16+201+155=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 201 (78.91% from 255 or 54.03% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 201 - color contains mainly: green. Hex color #10C99B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C99B is #EF3664. Grayscale: #8C8C8C. Windows color (decimal): -15677029 or 10209552. OLE color: 10209552.

HSL color Cylindrical-coordinate representation of color #10C99B: hue angle of 165.08º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C99B is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 201 155 -
CMYK 0.92 0 0.23 0.21
HSL 165.08º 0.85% 0.43% -
HSV(B) 165.08º 0.92% 0.79% -
XYZ 27.02 44.25 38.13 -
YUV 140.44 136.21 39.24 -
System Red Green Blue C M Y K H S L
Decimal 16 201 155 0.92 0 0.23 0.21 165.08 0.85 0.43
Hex 10 C9 9B 5C 0 17 15 A5 55 2B
Octal 20 311 233 134 0 27 25 245 125 53
Binary 10000 11001001 10011011 1011100 0 10111 10101 10100101 1010101 101011

Color Harmonies of #10C99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C99B

Black with #10C99B

Text Example


Text Example

White with #10C99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,201,155); }

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

background-color css

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

 a { background-color: rgb(16,201,155); }

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

border-color css

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

 span { border-color: rgb(16,201,155); }

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