Html Css Color HEX #0FC093 Caribbean Green

📋 copy color: '#0FC093'

red 15 ◦ green 192 ◦ blue 147

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

Shades of Caribbean Green #0FC093

Tints of Caribbean Green #0FC093

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.24%

 BLUE value IS 147 (57.81% from 255) = 41.53%

R = 4.24%
G = 54.24%
B = 41.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#0FC093 (or 0x0FC093) is known color: Caribbean Green. HEX triplet: 0F, C0 and 93. RGB value is (15,192,147). Sum of RGB (Red+Green+Blue) = 15+192+147=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC093 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC093 is #F03F6C. Grayscale: #858585. Windows color (decimal): -15744877 or 9682959. OLE color: 9682959.

HSL color Cylindrical-coordinate representation of color #0FC093: hue angle of 164.75º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC093 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 147 -
CMYK 0.92 0 0.23 0.25
HSL 164.75º 0.86% 0.41% -
HSV(B) 164.75º 0.92% 0.75% -
XYZ 24.31 39.91 34.03 -
YUV 133.95 135.36 43.16 -
System Red Green Blue C M Y K H S L
Decimal 15 192 147 0.92 0 0.23 0.25 164.75 0.86 0.41
Hex F C0 93 5C 0 17 19 A5 56 29
Octal 17 300 223 134 0 27 31 245 126 51
Binary 1111 11000000 10010011 1011100 0 10111 11001 10100101 1010110 101001

Color Harmonies of #0FC093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC093

Black with #0FC093

Text Example


Text Example

White with #0FC093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,147); }

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

background-color css

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

 a { background-color: rgb(15,192,147); }

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

border-color css

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

 span { border-color: rgb(15,192,147); }

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