Html Css Color HEX #0FBC9F Caribbean Green

📋 copy color: '#0FBC9F'

red 15 ◦ green 188 ◦ blue 159

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

Shades of Caribbean Green #0FBC9F

Tints of Caribbean Green #0FBC9F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

 BLUE value IS 159 (62.5% from 255) = 43.92%

R = 4.14%
G = 51.93%
B = 43.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#0FBC9F (or 0x0FBC9F) is known color: Caribbean Green. HEX triplet: 0F, BC and 9F. RGB value is (15,188,159). Sum of RGB (Red+Green+Blue) = 15+188+159=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBC9F is #F04360. Grayscale: #848484. Windows color (decimal): -15745889 or 10468367. OLE color: 10468367.

HSL color Cylindrical-coordinate representation of color #0FBC9F: hue angle of 169.94º 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 #0FBC9F is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 188 159 -
CMYK 0.92 0 0.15 0.26
HSL 169.94º 0.85% 0.4% -
HSV(B) 169.94º 0.92% 0.74% -
XYZ 24.44 38.57 38.96 -
YUV 132.97 142.69 43.86 -
System Red Green Blue C M Y K H S L
Decimal 15 188 159 0.92 0 0.15 0.26 169.94 0.85 0.4
Hex F BC 9F 5C 0 F 1A AA 55 28
Octal 17 274 237 134 0 17 32 252 125 50
Binary 1111 10111100 10011111 1011100 0 1111 11010 10101010 1010101 101000

Color Harmonies of #0FBC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBC9F

Black with #0FBC9F

Text Example


Text Example

White with #0FBC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,188,159); }

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

background-color css

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

 a { background-color: rgb(15,188,159); }

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

border-color css

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

 span { border-color: rgb(15,188,159); }

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