Html Css Color HEX #0FBA9B Caribbean Green

📋 copy color: '#0FBA9B'

red 15 ◦ green 186 ◦ blue 155

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

Shades of Caribbean Green #0FBA9B

Tints of Caribbean Green #0FBA9B

RGB

 RED value IS 15 (6.25% from 255) = 4.21%

 GREEN value IS 186 (73.05% from 255) = 52.25%

 BLUE value IS 155 (60.94% from 255) = 43.54%

R = 4.21%
G = 52.25%
B = 43.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#0FBA9B (or 0x0FBA9B) is known color: Caribbean Green. HEX triplet: 0F, BA and 9B. RGB value is (15,186,155). Sum of RGB (Red+Green+Blue) = 15+186+155=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA9B is #F04564. Grayscale: #838383. Windows color (decimal): -15746405 or 10205711. OLE color: 10205711.

HSL color Cylindrical-coordinate representation of color #0FBA9B: hue angle of 169.12º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA9B is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 186 155 -
CMYK 0.92 0 0.17 0.27
HSL 169.12º 0.85% 0.39% -
HSV(B) 169.12º 0.92% 0.73% -
XYZ 23.67 37.59 37.02 -
YUV 131.34 141.35 45.02 -
System Red Green Blue C M Y K H S L
Decimal 15 186 155 0.92 0 0.17 0.27 169.12 0.85 0.39
Hex F BA 9B 5C 0 11 1B A9 55 27
Octal 17 272 233 134 0 21 33 251 125 47
Binary 1111 10111010 10011011 1011100 0 10001 11011 10101001 1010101 100111

Color Harmonies of #0FBA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA9B

Black with #0FBA9B

Text Example


Text Example

White with #0FBA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,186,155); }

 H1.HeaderClassName
 {
   color: #0FBA9B;
 }
 .AnyTagClassName
 {
   color: #0FBA9B;
 }
</style>

background-color css

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

 a { background-color: rgb(15,186,155); }

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

border-color css

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

 span { border-color: rgb(15,186,155); }

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