Html Css Color HEX #01BB8D Caribbean Green

📋 copy color: '#01BB8D'

red 1 ◦ green 187 ◦ blue 141

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

Shades of Caribbean Green #01BB8D

Tints of Caribbean Green #01BB8D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 56.84%

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

R = 0.3%
G = 56.84%
B = 42.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#01BB8D (or 0x01BB8D) is known color: Caribbean Green. HEX triplet: 01, BB and 8D. RGB value is (1,187,141). Sum of RGB (Red+Green+Blue) = 1+187+141=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BB8D is #FE4472. Grayscale: #7E7E7E. Windows color (decimal): -16663667 or 9288449. OLE color: 9288449.

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

Color convert

RGB 1 187 141 -
CMYK 0.99 0 0.25 0.27
HSL 165.16º 0.99% 0.37% -
HSV(B) 165.16º 0.99% 0.73% -
XYZ 22.59 37.47 31.24 -
YUV 126.14 136.38 38.74 -
System Red Green Blue C M Y K H S L
Decimal 1 187 141 0.99 0 0.25 0.27 165.16 0.99 0.37
Hex 1 BB 8D 63 0 19 1B A5 63 25
Octal 1 273 215 143 0 31 33 245 143 45
Binary 1 10111011 10001101 1100011 0 11001 11011 10100101 1100011 100101

Color Harmonies of #01BB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BB8D

Black with #01BB8D

Text Example


Text Example

White with #01BB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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