Html Css Color HEX #10C2A5 Caribbean Green

📋 copy color: '#10C2A5'

red 16 ◦ green 194 ◦ blue 165

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

Shades of Caribbean Green #10C2A5

Tints of Caribbean Green #10C2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44%

R = 4.27%
G = 51.73%
B = 44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#10C2A5 (or 0x10C2A5) is known color: Caribbean Green. HEX triplet: 10, C2 and A5. RGB value is (16,194,165). Sum of RGB (Red+Green+Blue) = 16+194+165=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #10C2A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C2A5 is #EF3D5A. Grayscale: #898989. Windows color (decimal): -15678811 or 10863120. OLE color: 10863120.

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

Color convert

RGB 16 194 165 -
CMYK 0.92 0 0.15 0.24
HSL 170.22º 0.85% 0.41% -
HSV(B) 170.22º 0.92% 0.76% -
XYZ 26.3 41.41 42.2 -
YUV 137.47 143.53 41.36 -
System Red Green Blue C M Y K H S L
Decimal 16 194 165 0.92 0 0.15 0.24 170.22 0.85 0.41
Hex 10 C2 A5 5C 0 F 18 AA 55 29
Octal 20 302 245 134 0 17 30 252 125 51
Binary 10000 11000010 10100101 1011100 0 1111 11000 10101010 1010101 101001

Color Harmonies of #10C2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C2A5

Black with #10C2A5

Text Example


Text Example

White with #10C2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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