Html Css Color HEX #10CCB0 Caribbean Green

📋 copy color: '#10CCB0'

red 16 ◦ green 204 ◦ blue 176

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

Shades of Caribbean Green #10CCB0

Tints of Caribbean Green #10CCB0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.52%

 BLUE value IS 176 (69.14% from 255) = 44.44%

R = 4.04%
G = 51.52%
B = 44.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#10CCB0 (or 0x10CCB0) is known color: Caribbean Green. HEX triplet: 10, CC and B0. RGB value is (16,204,176). Sum of RGB (Red+Green+Blue) = 16+204+176=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #10CCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CCB0 is #EF334F. Grayscale: #909090. Windows color (decimal): -15676240 or 11586576. OLE color: 11586576.

HSL color Cylindrical-coordinate representation of color #10CCB0: hue angle of 171.06º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CCB0 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 204 176 -
CMYK 0.92 0 0.14 0.2
HSL 171.06º 0.85% 0.43% -
HSV(B) 171.06º 0.92% 0.8% -
XYZ 29.64 46.43 48.47 -
YUV 144.6 145.72 36.28 -
System Red Green Blue C M Y K H S L
Decimal 16 204 176 0.92 0 0.14 0.2 171.06 0.85 0.43
Hex 10 CC B0 5C 0 E 14 AB 55 2B
Octal 20 314 260 134 0 16 24 253 125 53
Binary 10000 11001100 10110000 1011100 0 1110 10100 10101011 1010101 101011

Color Harmonies of #10CCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CCB0

Black with #10CCB0

Text Example


Text Example

White with #10CCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,204,176); }

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

background-color css

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

 a { background-color: rgb(16,204,176); }

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

border-color css

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

 span { border-color: rgb(16,204,176); }

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