Html Css Color HEX #01D1B3 Caribbean Green

📋 copy color: '#01D1B3'

red 1 ◦ green 209 ◦ blue 179

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

Shades of Caribbean Green #01D1B3

Tints of Caribbean Green #01D1B3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.73%

 BLUE value IS 179 (70.31% from 255) = 46.02%

R = 0.26%
G = 53.73%
B = 46.02%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#01D1B3 (or 0x01D1B3) is known color: Caribbean Green. HEX triplet: 01, D1 and B3. RGB value is (1,209,179). Sum of RGB (Red+Green+Blue) = 1+209+179=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #01D1B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D1B3 is #FE2E4C. Grayscale: #8F8F8F. Windows color (decimal): -16657997 or 11784449. OLE color: 11784449.

HSL color Cylindrical-coordinate representation of color #01D1B3: hue angle of 171.35º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D1B3 is Cyan = 1.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 209 179 -
CMYK 1.00 0 0.14 0.18
HSL 171.35º 0.99% 0.41% -
HSV(B) 171.35º 1% 0.82% -
XYZ 30.95 48.86 50.45 -
YUV 143.39 148.09 26.44 -
System Red Green Blue C M Y K H S L
Decimal 1 209 179 1.00 0 0.14 0.18 171.35 0.99 0.41
Hex 1 D1 B3 64 0 E 12 AB 63 29
Octal 1 321 263 144 0 16 22 253 143 51
Binary 1 11010001 10110011 1100100 0 1110 10010 10101011 1100011 101001

Color Harmonies of #01D1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D1B3

Black with #01D1B3

Text Example


Text Example

White with #01D1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,209,179); }

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

background-color css

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

 a { background-color: rgb(1,209,179); }

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

border-color css

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

 span { border-color: rgb(1,209,179); }

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