Html Css Color HEX #0FC890 Caribbean Green

📋 copy color: '#0FC890'

red 15 ◦ green 200 ◦ blue 144

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

Shades of Caribbean Green #0FC890

Tints of Caribbean Green #0FC890

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.71%

 BLUE value IS 144 (56.64% from 255) = 40.11%

R = 4.18%
G = 55.71%
B = 40.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#0FC890 (or 0x0FC890) is known color: Caribbean Green. HEX triplet: 0F, C8 and 90. RGB value is (15,200,144). Sum of RGB (Red+Green+Blue) = 15+200+144=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 200 (78.52% from 255 or 55.71% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC890 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC890 is #F0376F. Grayscale: #8A8A8A. Windows color (decimal): -15742832 or 9488399. OLE color: 9488399.

HSL color Cylindrical-coordinate representation of color #0FC890: hue angle of 161.84º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC890 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 200 144 -
CMYK 0.92 0 0.28 0.22
HSL 161.84º 0.86% 0.42% -
HSV(B) 161.84º 0.93% 0.78% -
XYZ 25.89 43.42 33.4 -
YUV 138.3 131.21 40.05 -
System Red Green Blue C M Y K H S L
Decimal 15 200 144 0.92 0 0.28 0.22 161.84 0.86 0.42
Hex F C8 90 5C 0 1C 16 A2 56 2A
Octal 17 310 220 134 0 34 26 242 126 52
Binary 1111 11001000 10010000 1011100 0 11100 10110 10100010 1010110 101010

Color Harmonies of #0FC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC890

Black with #0FC890

Text Example


Text Example

White with #0FC890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,200,144); }

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

background-color css

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

 a { background-color: rgb(15,200,144); }

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

border-color css

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

 span { border-color: rgb(15,200,144); }

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