Html Css Color HEX #01D8B3 Caribbean Green

📋 copy color: '#01D8B3'

red 1 ◦ green 216 ◦ blue 179

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

Shades of Caribbean Green #01D8B3

Tints of Caribbean Green #01D8B3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.55%

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

R = 0.25%
G = 54.55%
B = 45.2%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#01D8B3 (or 0x01D8B3) is known color: Caribbean Green. HEX triplet: 01, D8 and B3. RGB value is (1,216,179). Sum of RGB (Red+Green+Blue) = 1+216+179=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #01D8B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D8B3 is #FE274C. Grayscale: #939393. Windows color (decimal): -16656205 or 11786241. OLE color: 11786241.

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

Color convert

RGB 1 216 179 -
CMYK 1.00 0 0.17 0.15
HSL 169.67º 0.99% 0.43% -
HSV(B) 169.67º 1% 0.85% -
XYZ 32.71 52.37 51.03 -
YUV 147.5 145.77 23.51 -
System Red Green Blue C M Y K H S L
Decimal 1 216 179 1.00 0 0.17 0.15 169.67 0.99 0.43
Hex 1 D8 B3 64 0 11 F AA 63 2B
Octal 1 330 263 144 0 21 17 252 143 53
Binary 1 11011000 10110011 1100100 0 10001 1111 10101010 1100011 101011

Color Harmonies of #01D8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D8B3

Black with #01D8B3

Text Example


Text Example

White with #01D8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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