Html Css Color HEX #10C299 Caribbean Green

📋 copy color: '#10C299'

red 16 ◦ green 194 ◦ blue 153

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

Shades of Caribbean Green #10C299

Tints of Caribbean Green #10C299

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.44%

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 4.41%
G = 53.44%
B = 42.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#10C299 (or 0x10C299) is known color: Caribbean Green. HEX triplet: 10, C2 and 99. RGB value is (16,194,153). Sum of RGB (Red+Green+Blue) = 16+194+153=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #10C299 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C299 is #EF3D66. Grayscale: #888888. Windows color (decimal): -15678823 or 10076688. OLE color: 10076688.

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

Color convert

RGB 16 194 153 -
CMYK 0.92 0 0.21 0.24
HSL 166.18º 0.85% 0.41% -
HSV(B) 166.18º 0.92% 0.76% -
XYZ 25.26 40.99 36.72 -
YUV 136.1 137.53 42.33 -
System Red Green Blue C M Y K H S L
Decimal 16 194 153 0.92 0 0.21 0.24 166.18 0.85 0.41
Hex 10 C2 99 5C 0 15 18 A6 55 29
Octal 20 302 231 134 0 25 30 246 125 51
Binary 10000 11000010 10011001 1011100 0 10101 11000 10100110 1010101 101001

Color Harmonies of #10C299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C299

Black with #10C299

Text Example


Text Example

White with #10C299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,194,153); }

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

background-color css

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

 a { background-color: rgb(16,194,153); }

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

border-color css

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

 span { border-color: rgb(16,194,153); }

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