Html Css Color HEX #10C198 Caribbean Green

📋 copy color: '#10C198'

red 16 ◦ green 193 ◦ blue 152

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

Shades of Caribbean Green #10C198

Tints of Caribbean Green #10C198

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.46%

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

R = 4.43%
G = 53.46%
B = 42.11%

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

#10C198 (or 0x10C198) is known color: Caribbean Green. HEX triplet: 10, C1 and 98. RGB value is (16,193,152). Sum of RGB (Red+Green+Blue) = 16+193+152=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #10C198 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C198 is #EF3E67. Grayscale: #878787. Windows color (decimal): -15679080 or 10010896. OLE color: 10010896.

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

Color convert

RGB 16 193 152 -
CMYK 0.92 0 0.21 0.24
HSL 166.1º 0.85% 0.41% -
HSV(B) 166.1º 0.92% 0.76% -
XYZ 24.95 40.52 36.21 -
YUV 135.4 137.36 42.83 -
System Red Green Blue C M Y K H S L
Decimal 16 193 152 0.92 0 0.21 0.24 166.1 0.85 0.41
Hex 10 C1 98 5C 0 15 18 A6 55 29
Octal 20 301 230 134 0 25 30 246 125 51
Binary 10000 11000001 10011000 1011100 0 10101 11000 10100110 1010101 101001

Color Harmonies of #10C198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C198

Black with #10C198

Text Example


Text Example

White with #10C198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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