Html Css Color HEX #01BF8B Caribbean Green

📋 copy color: '#01BF8B'

red 1 ◦ green 191 ◦ blue 139

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

Shades of Caribbean Green #01BF8B

Tints of Caribbean Green #01BF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 0.3%
G = 57.7%
B = 41.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#01BF8B (or 0x01BF8B) is known color: Caribbean Green. HEX triplet: 01, BF and 8B. RGB value is (1,191,139). Sum of RGB (Red+Green+Blue) = 1+191+139=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BF8B is #FE4074. Grayscale: #808080. Windows color (decimal): -16662645 or 9158401. OLE color: 9158401.

HSL color Cylindrical-coordinate representation of color #01BF8B: hue angle of 163.58º 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 #01BF8B is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 191 139 -
CMYK 0.99 0 0.27 0.25
HSL 163.58º 0.99% 0.38% -
HSV(B) 163.58º 0.99% 0.75% -
XYZ 23.3 39.13 30.75 -
YUV 128.26 134.05 37.23 -
System Red Green Blue C M Y K H S L
Decimal 1 191 139 0.99 0 0.27 0.25 163.58 0.99 0.38
Hex 1 BF 8B 63 0 1B 19 A4 63 26
Octal 1 277 213 143 0 33 31 244 143 46
Binary 1 10111111 10001011 1100011 0 11011 11001 10100100 1100011 100110

Color Harmonies of #01BF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BF8B

Black with #01BF8B

Text Example


Text Example

White with #01BF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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