Html Css Color HEX #10C994 Caribbean Green

📋 copy color: '#10C994'

red 16 ◦ green 201 ◦ blue 148

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

Shades of Caribbean Green #10C994

Tints of Caribbean Green #10C994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 4.38%
G = 55.07%
B = 40.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#10C994 (or 0x10C994) is known color: Caribbean Green. HEX triplet: 10, C9 and 94. RGB value is (16,201,148). Sum of RGB (Red+Green+Blue) = 16+201+148=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #10C994 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C994 is #EF366B. Grayscale: #8B8B8B. Windows color (decimal): -15677036 or 9750800. OLE color: 9750800.

HSL color Cylindrical-coordinate representation of color #10C994: hue angle of 162.81º 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 #10C994 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 201 148 -
CMYK 0.92 0 0.26 0.21
HSL 162.81º 0.85% 0.43% -
HSV(B) 162.81º 0.92% 0.79% -
XYZ 26.45 44.02 35.12 -
YUV 139.64 132.71 39.81 -
System Red Green Blue C M Y K H S L
Decimal 16 201 148 0.92 0 0.26 0.21 162.81 0.85 0.43
Hex 10 C9 94 5C 0 1A 15 A3 55 2B
Octal 20 311 224 134 0 32 25 243 125 53
Binary 10000 11001001 10010100 1011100 0 11010 10101 10100011 1010101 101011

Color Harmonies of #10C994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C994

Black with #10C994

Text Example


Text Example

White with #10C994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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