Html Css Color HEX #0FC68C Caribbean Green

📋 copy color: '#0FC68C'

red 15 ◦ green 198 ◦ blue 140

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

Shades of Caribbean Green #0FC68C

Tints of Caribbean Green #0FC68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.09%

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 4.25%
G = 56.09%
B = 39.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#0FC68C (or 0x0FC68C) is known color: Caribbean Green. HEX triplet: 0F, C6 and 8C. RGB value is (15,198,140). Sum of RGB (Red+Green+Blue) = 15+198+140=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC68C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC68C is #F03973. Grayscale: #888888. Windows color (decimal): -15743348 or 9225743. OLE color: 9225743.

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

Color convert

RGB 15 198 140 -
CMYK 0.92 0 0.29 0.22
HSL 160.98º 0.86% 0.42% -
HSV(B) 160.98º 0.92% 0.78% -
XYZ 25.12 42.38 31.67 -
YUV 136.67 129.87 41.22 -
System Red Green Blue C M Y K H S L
Decimal 15 198 140 0.92 0 0.29 0.22 160.98 0.86 0.42
Hex F C6 8C 5C 0 1D 16 A1 56 2A
Octal 17 306 214 134 0 35 26 241 126 52
Binary 1111 11000110 10001100 1011100 0 11101 10110 10100001 1010110 101010

Color Harmonies of #0FC68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC68C

Black with #0FC68C

Text Example


Text Example

White with #0FC68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,198,140); }

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

background-color css

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

 a { background-color: rgb(15,198,140); }

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

border-color css

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

 span { border-color: rgb(15,198,140); }

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