Html Css Color HEX #01CDB2 Caribbean Green

📋 copy color: '#01CDB2'

red 1 ◦ green 205 ◦ blue 178

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

Shades of Caribbean Green #01CDB2

Tints of Caribbean Green #01CDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.35%

R = 0.26%
G = 53.39%
B = 46.35%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#01CDB2 (or 0x01CDB2) is known color: Caribbean Green. HEX triplet: 01, CD and B2. RGB value is (1,205,178). Sum of RGB (Red+Green+Blue) = 1+205+178=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #01CDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01CDB2 is #FE324D. Grayscale: #8C8C8C. Windows color (decimal): -16659022 or 11717889. OLE color: 11717889.

HSL color Cylindrical-coordinate representation of color #01CDB2: hue angle of 172.06º 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 #01CDB2 is Cyan = 1.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 205 178 -
CMYK 1.00 0 0.13 0.20
HSL 172.06º 0.99% 0.4% -
HSV(B) 172.06º 1% 0.8% -
XYZ 29.88 46.88 49.59 -
YUV 140.93 148.91 28.2 -
System Red Green Blue C M Y K H S L
Decimal 1 205 178 1.00 0 0.13 0.20 172.06 0.99 0.4
Hex 1 CD B2 64 0 D 14 AC 63 28
Octal 1 315 262 144 0 15 24 254 143 50
Binary 1 11001101 10110010 1100100 0 1101 10100 10101100 1100011 101000

Color Harmonies of #01CDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CDB2

Black with #01CDB2

Text Example


Text Example

White with #01CDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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