Html Css Color HEX #01BE8D Caribbean Green

📋 copy color: '#01BE8D'

red 1 ◦ green 190 ◦ blue 141

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

Shades of Caribbean Green #01BE8D

Tints of Caribbean Green #01BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 57.23%

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

R = 0.3%
G = 57.23%
B = 42.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#01BE8D (or 0x01BE8D) is known color: Caribbean Green. HEX triplet: 01, BE and 8D. RGB value is (1,190,141). Sum of RGB (Red+Green+Blue) = 1+190+141=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BE8D is #FE4172. Grayscale: #7F7F7F. Windows color (decimal): -16662899 or 9289217. OLE color: 9289217.

HSL color Cylindrical-coordinate representation of color #01BE8D: hue angle of 164.44º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BE8D is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 190 141 -
CMYK 0.99 0 0.26 0.25
HSL 164.44º 0.99% 0.37% -
HSV(B) 164.44º 0.99% 0.75% -
XYZ 23.23 38.76 31.46 -
YUV 127.9 135.38 37.48 -
System Red Green Blue C M Y K H S L
Decimal 1 190 141 0.99 0 0.26 0.25 164.44 0.99 0.37
Hex 1 BE 8D 63 0 1A 19 A4 63 25
Octal 1 276 215 143 0 32 31 244 143 45
Binary 1 10111110 10001101 1100011 0 11010 11001 10100100 1100011 100101

Color Harmonies of #01BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE8D

Black with #01BE8D

Text Example


Text Example

White with #01BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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