Html Css Color HEX #01BF8F Caribbean Green

📋 copy color: '#01BF8F'

red 1 ◦ green 191 ◦ blue 143

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

Shades of Caribbean Green #01BF8F

Tints of Caribbean Green #01BF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 57.01%

 BLUE value IS 143 (56.25% from 255) = 42.69%

R = 0.3%
G = 57.01%
B = 42.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#01BF8F (or 0x01BF8F) is known color: Caribbean Green. HEX triplet: 01, BF and 8F. RGB value is (1,191,143). Sum of RGB (Red+Green+Blue) = 1+191+143=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BF8F is #FE4070. Grayscale: #808080. Windows color (decimal): -16662641 or 9420545. OLE color: 9420545.

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

Color convert

RGB 1 191 143 -
CMYK 0.99 0 0.25 0.25
HSL 164.84º 0.99% 0.38% -
HSV(B) 164.84º 0.99% 0.75% -
XYZ 23.6 39.25 32.32 -
YUV 128.72 136.05 36.9 -
System Red Green Blue C M Y K H S L
Decimal 1 191 143 0.99 0 0.25 0.25 164.84 0.99 0.38
Hex 1 BF 8F 63 0 19 19 A5 63 26
Octal 1 277 217 143 0 31 31 245 143 46
Binary 1 10111111 10001111 1100011 0 11001 11001 10100101 1100011 100110

Color Harmonies of #01BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF8F

Black with #01BF8F

Text Example


Text Example

White with #01BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,191,143); }

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

background-color css

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

 a { background-color: rgb(1,191,143); }

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

border-color css

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

 span { border-color: rgb(1,191,143); }

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