Html Css Color HEX #01D08D Caribbean Green

📋 copy color: '#01D08D'

red 1 ◦ green 208 ◦ blue 141

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

Shades of Caribbean Green #01D08D

Tints of Caribbean Green #01D08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.43%

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 0.29%
G = 59.43%
B = 40.29%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#01D08D (or 0x01D08D) is known color: Caribbean Green. HEX triplet: 01, D0 and 8D. RGB value is (1,208,141). Sum of RGB (Red+Green+Blue) = 1+208+141=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #01D08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D08D is #FE2F72. Grayscale: #8A8A8A. Windows color (decimal): -16658291 or 9293825. OLE color: 9293825.

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

Color convert

RGB 1 208 141 -
CMYK 1.00 0 0.32 0.18
HSL 160.58º 0.99% 0.41% -
HSV(B) 160.58º 1% 0.82% -
XYZ 27.38 47.04 32.84 -
YUV 138.47 129.42 29.95 -
System Red Green Blue C M Y K H S L
Decimal 1 208 141 1.00 0 0.32 0.18 160.58 0.99 0.41
Hex 1 D0 8D 64 0 20 12 A1 63 29
Octal 1 320 215 144 0 40 22 241 143 51
Binary 1 11010000 10001101 1100100 0 100000 10010 10100001 1100011 101001

Color Harmonies of #01D08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D08D

Black with #01D08D

Text Example


Text Example

White with #01D08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,208,141); }

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

background-color css

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

 a { background-color: rgb(1,208,141); }

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

border-color css

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

 span { border-color: rgb(1,208,141); }

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