Html Css Color HEX #0FC09B Caribbean Green

📋 copy color: '#0FC09B'

red 15 ◦ green 192 ◦ blue 155

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

Shades of Caribbean Green #0FC09B

Tints of Caribbean Green #0FC09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 4.14%
G = 53.04%
B = 42.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#0FC09B (or 0x0FC09B) is known color: Caribbean Green. HEX triplet: 0F, C0 and 9B. RGB value is (15,192,155). Sum of RGB (Red+Green+Blue) = 15+192+155=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FC09B is #F03F64. Grayscale: #868686. Windows color (decimal): -15744869 or 10207247. OLE color: 10207247.

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

Color convert

RGB 15 192 155 -
CMYK 0.92 0 0.19 0.25
HSL 167.46º 0.86% 0.41% -
HSV(B) 167.46º 0.92% 0.75% -
XYZ 24.96 40.17 37.45 -
YUV 134.86 139.36 42.51 -
System Red Green Blue C M Y K H S L
Decimal 15 192 155 0.92 0 0.19 0.25 167.46 0.86 0.41
Hex F C0 9B 5C 0 13 19 A7 56 29
Octal 17 300 233 134 0 23 31 247 126 51
Binary 1111 11000000 10011011 1011100 0 10011 11001 10100111 1010110 101001

Color Harmonies of #0FC09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC09B

Black with #0FC09B

Text Example


Text Example

White with #0FC09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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