#00BF9F

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

Shades of Caribbean Green #00BF9F

Tints of Caribbean Green #00BF9F

Color information

#00BF9F (or 0x00BF9F) is unknown color: approx Caribbean Green. HEX triplet: 00, BF and 9F. RGB value is (0,191,159). Sum of RGB (Red+Green+Blue) = 0+191+159=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BF9F is #FF4060. Grayscale: #828282. Windows color (decimal): -16728161 or 10469120. OLE color: 10469120.

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

Color convert

RGB0191159-
CMYK100.170.25
HSL169.95º100%37.45%-
HSV(B)169.95º100%74.9%-
XYZ24.8939.7639.16-
YUV130.24144.2235.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 191 (75% from 255) = 54.57%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=0%
G=54.57%
B=45.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal0191159100.170.25169.9510037.45
Hex0BF9F6401119aa6425
Octal02772371440213125214445
Binary01011111110011111110010001000111001101010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BF9F; }

 p { color: rgb(0,191,159); }

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

<style>
 a { background-color: #00BF9F; }

 a { background-color: rgb(0,191,159); }

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

<style>
 span { border-color: #00BF9F; }

 span { border-color: rgb(0,191,159); }

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