Html Css Color HEX #10C498 Caribbean Green

📋 copy color: '#10C498'

red 16 ◦ green 196 ◦ blue 152

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

Shades of Caribbean Green #10C498

Tints of Caribbean Green #10C498

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.85%

 BLUE value IS 152 (59.77% from 255) = 41.76%

R = 4.4%
G = 53.85%
B = 41.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#10C498 (or 0x10C498) is known color: Caribbean Green. HEX triplet: 10, C4 and 98. RGB value is (16,196,152). Sum of RGB (Red+Green+Blue) = 16+196+152=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 196 (76.95% from 255 or 53.85% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 196 - color contains mainly: green. Hex color #10C498 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C498 is #EF3B67. Grayscale: #898989. Windows color (decimal): -15678312 or 10011664. OLE color: 10011664.

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

Color convert

RGB 16 196 152 -
CMYK 0.92 0 0.22 0.23
HSL 165.33º 0.85% 0.42% -
HSV(B) 165.33º 0.92% 0.77% -
XYZ 25.62 41.86 36.43 -
YUV 137.16 136.37 41.58 -
System Red Green Blue C M Y K H S L
Decimal 16 196 152 0.92 0 0.22 0.23 165.33 0.85 0.42
Hex 10 C4 98 5C 0 16 17 A5 55 2A
Octal 20 304 230 134 0 26 27 245 125 52
Binary 10000 11000100 10011000 1011100 0 10110 10111 10100101 1010101 101010

Color Harmonies of #10C498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C498

Black with #10C498

Text Example


Text Example

White with #10C498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,196,152); }

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

background-color css

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

 a { background-color: rgb(16,196,152); }

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

border-color css

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

 span { border-color: rgb(16,196,152); }

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