Html Css Color HEX #10C09A Caribbean Green

📋 copy color: '#10C09A'

red 16 ◦ green 192 ◦ blue 154

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

Shades of Caribbean Green #10C09A

Tints of Caribbean Green #10C09A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.04%

 BLUE value IS 154 (60.55% from 255) = 42.54%

R = 4.42%
G = 53.04%
B = 42.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#10C09A (or 0x10C09A) is known color: Caribbean Green. HEX triplet: 10, C0 and 9A. RGB value is (16,192,154). Sum of RGB (Red+Green+Blue) = 16+192+154=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #10C09A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C09A is #EF3F65. Grayscale: #878787. Windows color (decimal): -15679334 or 10141712. OLE color: 10141712.

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

Color convert

RGB 16 192 154 -
CMYK 0.92 0 0.20 0.25
HSL 167.05º 0.85% 0.41% -
HSV(B) 167.05º 0.92% 0.75% -
XYZ 24.9 40.14 37.01 -
YUV 135.04 138.69 43.09 -
System Red Green Blue C M Y K H S L
Decimal 16 192 154 0.92 0 0.20 0.25 167.05 0.85 0.41
Hex 10 C0 9A 5C 0 14 19 A7 55 29
Octal 20 300 232 134 0 24 31 247 125 51
Binary 10000 11000000 10011010 1011100 0 10100 11001 10100111 1010101 101001

Color Harmonies of #10C09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C09A

Black with #10C09A

Text Example


Text Example

White with #10C09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,192,154); }

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

background-color css

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

 a { background-color: rgb(16,192,154); }

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

border-color css

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

 span { border-color: rgb(16,192,154); }

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