#00BF9A

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

Shades of Caribbean Green #00BF9A

Tints of Caribbean Green #00BF9A

Color information

#00BF9A (or 0x00BF9A) is unknown color: approx Caribbean Green. HEX triplet: 00, BF and 9A. RGB value is (0,191,154). Sum of RGB (Red+Green+Blue) = 0+191+154=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BF9A is #FF4065. Grayscale: #818181. Windows color (decimal): -16728166 or 10141440. OLE color: 10141440.

HSL color Cylindrical-coordinate representation of color #00BF9A: hue angle of 168.38º 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 #00BF9A is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB0191154-
CMYK100.190.25
HSL168.38º100%37.45%-
HSV(B)168.38º100%74.9%-
XYZ24.4639.5936.93-
YUV129.67141.7235.51-

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) = 55.36%
BLUE value IS 154 (60.55% from 255) = 44.64%
R=0%
G=55.36%
B=44.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal0191154100.190.25168.3810037.45
Hex0BF9A6401319a86425
Octal02772321440233125014445
Binary01011111110011010110010001001111001101010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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