Html Css Color HEX #10CB9E Caribbean Green

📋 copy color: '#10CB9E'

red 16 ◦ green 203 ◦ blue 158

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

Shades of Caribbean Green #10CB9E

Tints of Caribbean Green #10CB9E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.85%

 BLUE value IS 158 (62.11% from 255) = 41.91%

R = 4.24%
G = 53.85%
B = 41.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#10CB9E (or 0x10CB9E) is known color: Caribbean Green. HEX triplet: 10, CB and 9E. RGB value is (16,203,158). Sum of RGB (Red+Green+Blue) = 16+203+158=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #10CB9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CB9E is #EF3461. Grayscale: #8D8D8D. Windows color (decimal): -15676514 or 10406672. OLE color: 10406672.

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

Color convert

RGB 16 203 158 -
CMYK 0.92 0 0.22 0.20
HSL 165.56º 0.85% 0.43% -
HSV(B) 165.56º 0.92% 0.8% -
XYZ 27.74 45.29 39.63 -
YUV 141.96 137.05 38.16 -
System Red Green Blue C M Y K H S L
Decimal 16 203 158 0.92 0 0.22 0.20 165.56 0.85 0.43
Hex 10 CB 9E 5C 0 16 14 A6 55 2B
Octal 20 313 236 134 0 26 24 246 125 53
Binary 10000 11001011 10011110 1011100 0 10110 10100 10100110 1010101 101011

Color Harmonies of #10CB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CB9E

Black with #10CB9E

Text Example


Text Example

White with #10CB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,203,158); }

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

background-color css

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

 a { background-color: rgb(16,203,158); }

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

border-color css

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

 span { border-color: rgb(16,203,158); }

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