#00C2A1

Color #00C2A1 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #00C2A1

Tints of Caribbean Green #00C2A1

Color information

#00C2A1 (or 0x00C2A1) is unknown color: approx Caribbean Green. HEX triplet: 00, C2 and A1. RGB value is (0,194,161). Sum of RGB (Red+Green+Blue) = 0+194+161=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #00C2A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C2A1 is #FF3D5E. Grayscale: #848484. Windows color (decimal): -16727391 or 10600960. OLE color: 10600960.

HSL color Cylindrical-coordinate representation of color #00C2A1: hue angle of 169.79º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C2A1 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB0194161-
CMYK100.170.24
HSL169.79º100%38.04%-
HSV(B)169.79º100%76.08%-
XYZ25.7241.1640.31-
YUV132.23144.2333.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 194 (76.17% from 255) = 54.65%
BLUE value IS 161 (63.28% from 255) = 45.35%
R=0%
G=54.65%
B=45.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal0194161100.170.24169.7910038.04
Hex0C2A16401118aa6426
Octal03022411440213025214446
Binary01100001010100001110010001000111000101010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00C2A1; }

 p { color: rgb(0,194,161); }

 H1.HeaderClassName
 {
   color: #00C2A1;
 }
 .AnyTagClassName
 {
   color: #00C2A1;
 }
</style>
background-color css

<style>
 a { background-color: #00C2A1; }

 a { background-color: rgb(0,194,161); }

 div.DivClassName
 {
   background-color: #00C2A1;
 }
 .BgClassName
 {
   background-color: #00C2A1;
 }
</style>
border-color css

<style>
 span { border-color: #00C2A1; }

 span { border-color: rgb(0,194,161); }

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