Html Css Color HEX #01CDAB Caribbean Green

📋 copy color: '#01CDAB'

red 1 ◦ green 205 ◦ blue 171

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

Shades of Caribbean Green #01CDAB

Tints of Caribbean Green #01CDAB

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

 GREEN value IS 205 (80.47% from 255) = 54.38%

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 0.27%
G = 54.38%
B = 45.36%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#01CDAB (or 0x01CDAB) is known color: Caribbean Green. HEX triplet: 01, CD and AB. RGB value is (1,205,171). Sum of RGB (Red+Green+Blue) = 1+205+171=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #01CDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CDAB is #FE3254. Grayscale: #8C8C8C. Windows color (decimal): -16659029 or 11259137. OLE color: 11259137.

HSL color Cylindrical-coordinate representation of color #01CDAB: hue angle of 170º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CDAB is Cyan = 1.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 205 171 -
CMYK 1.00 0 0.17 0.20
HSL 170º 0.99% 0.4% -
HSV(B) 170º 1% 0.8% -
XYZ 29.19 46.61 45.99 -
YUV 140.13 145.41 28.76 -
System Red Green Blue C M Y K H S L
Decimal 1 205 171 1.00 0 0.17 0.20 170 0.99 0.4
Hex 1 CD AB 64 0 11 14 AA 63 28
Octal 1 315 253 144 0 21 24 252 143 50
Binary 1 11001101 10101011 1100100 0 10001 10100 10101010 1100011 101000

Color Harmonies of #01CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CDAB

Black with #01CDAB

Text Example


Text Example

White with #01CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01CDAB; }

 p { color: rgb(1,205,171); }

 H1.HeaderClassName
 {
   color: #01CDAB;
 }
 .AnyTagClassName
 {
   color: #01CDAB;
 }
</style>

background-color css

<style>
 a { background-color: #01CDAB; }

 a { background-color: rgb(1,205,171); }

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

border-color css

<style>
 span { border-color: #01CDAB; }

 span { border-color: rgb(1,205,171); }

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