#0FBDA1

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

Shades of Caribbean Green #0FBDA1

Tints of Caribbean Green #0FBDA1

Color information

#0FBDA1 (or 0x0FBDA1) is unknown color: approx Caribbean Green. HEX triplet: 0F, BD and A1. RGB value is (15,189,161). Sum of RGB (Red+Green+Blue) = 15+189+161=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBDA1 is #F0425E. Grayscale: #858585. Windows color (decimal): -15745631 or 10599695. OLE color: 10599695.

HSL color Cylindrical-coordinate representation of color #0FBDA1: hue angle of 170.34º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBDA1 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB15189161-
CMYK0.9200.150.26
HSL170.34º85.29%40%-
HSV(B)170.34º92.06%74.12%-
XYZ24.8339.0739.95-
YUV133.78143.3543.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.11%
GREEN value IS 189 (74.22% from 255) = 51.78%
BLUE value IS 161 (63.28% from 255) = 44.11%
R=4.11%
G=51.78%
B=44.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151891610.9200.150.26170.3485.2940
HexFBDA15C0F1Aaa5528
Octal172752411340173225212550
Binary1111101111011010000110111000111111010101010101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FBDA1; }

 p { color: rgb(15,189,161); }

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

<style>
 a { background-color: #0FBDA1; }

 a { background-color: rgb(15,189,161); }

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

<style>
 span { border-color: #0FBDA1; }

 span { border-color: rgb(15,189,161); }

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