Html Css Color HEX #00C2AF Caribbean Green

📋 copy color: '#00C2AF'

red 0 ◦ green 194 ◦ blue 175

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

Shades of Caribbean Green #00C2AF

Tints of Caribbean Green #00C2AF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 0%
G = 52.57%
B = 47.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#00C2AF (or 0x00C2AF) is known color: Caribbean Green. HEX triplet: 00, C2 and AF. RGB value is (0,194,175). Sum of RGB (Red+Green+Blue) = 0+194+175=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #00C2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C2AF is #FF3D50. Grayscale: #858585. Windows color (decimal): -16727377 or 11518464. OLE color: 11518464.

HSL color Cylindrical-coordinate representation of color #00C2AF: hue angle of 174.12º 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 #00C2AF is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 194 175 -
CMYK 1 0 0.10 0.24
HSL 174.12º 1% 0.38% -
HSV(B) 174.12º 1% 0.76% -
XYZ 27.03 41.68 47.18 -
YUV 133.83 151.23 32.54 -
System Red Green Blue C M Y K H S L
Decimal 0 194 175 1 0 0.10 0.24 174.12 1 0.38
Hex 0 C2 AF 64 0 A 18 AE 64 26
Octal 0 302 257 144 0 12 30 256 144 46
Binary 0 11000010 10101111 1100100 0 1010 11000 10101110 1100100 100110

Color Harmonies of #00C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C2AF

Black with #00C2AF

Text Example


Text Example

White with #00C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00C2AF;
 }
 .AnyTagClassName
 {
   color: #00C2AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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