#01B98B

Color #01B98B Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #01B98B

Tints of Caribbean Green #01B98B

Color information

#01B98B (or 0x01B98B) is unknown color: approx Caribbean Green. HEX triplet: 01, B9 and 8B. RGB value is (1,185,139). Sum of RGB (Red+Green+Blue) = 1+185+139=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #01B98B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B98B is #FE4674. Grayscale: #7C7C7C. Windows color (decimal): -16664181 or 9156865. OLE color: 9156865.

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

Color convert

RGB1185139-
CMYK0.9900.250.27
HSL165º98.92%36.47%-
HSV(B)165º99.46%72.55%-
XYZ22.0236.5730.32-
YUV124.74136.0439.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 185 (72.66% from 255) = 56.92%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=0.31%
G=56.92%
B=42.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11851390.9900.250.2716598.9236.47
Hex1B98B630191Ba56324
Octal12712131430313324514344
Binary11011100110001011110001101100111011101001011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01B98B;
 }
 .AnyTagClassName
 {
   color: #01B98B;
 }
</style>
background-color css

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

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

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

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

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

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