Html Css Color HEX #0FC894 Caribbean Green

📋 copy color: '#0FC894'

red 15 ◦ green 200 ◦ blue 148

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

Shades of Caribbean Green #0FC894

Tints of Caribbean Green #0FC894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 4.13%
G = 55.1%
B = 40.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#0FC894 (or 0x0FC894) is known color: Caribbean Green. HEX triplet: 0F, C8 and 94. RGB value is (15,200,148). Sum of RGB (Red+Green+Blue) = 15+200+148=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC894 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC894 is #F0376B. Grayscale: #8A8A8A. Windows color (decimal): -15742828 or 9750543. OLE color: 9750543.

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

Color convert

RGB 15 200 148 -
CMYK 0.92 0 0.26 0.22
HSL 163.14º 0.86% 0.42% -
HSV(B) 163.14º 0.93% 0.78% -
XYZ 26.2 43.55 35.04 -
YUV 138.76 133.21 39.73 -
System Red Green Blue C M Y K H S L
Decimal 15 200 148 0.92 0 0.26 0.22 163.14 0.86 0.42
Hex F C8 94 5C 0 1A 16 A3 56 2A
Octal 17 310 224 134 0 32 26 243 126 52
Binary 1111 11001000 10010100 1011100 0 11010 10110 10100011 1010110 101010

Color Harmonies of #0FC894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC894

Black with #0FC894

Text Example


Text Example

White with #0FC894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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