Html Css Color HEX #0F7783 Teal

📋 copy color: '#0F7783'

red 15 ◦ green 119 ◦ blue 131

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

Shades of Teal #0F7783

Tints of Teal #0F7783

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.91%

 BLUE value IS 131 (51.56% from 255) = 49.43%

R = 5.66%
G = 44.91%
B = 49.43%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0F7783 (or 0x0F7783) is known color: Teal. HEX triplet: 0F, 77 and 83. RGB value is (15,119,131). Sum of RGB (Red+Green+Blue) = 15+119+131=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 131 (51.56% from 255 or 49.43% from 265); Max value from RGB is 131 - color contains mainly: blue. Hex color #0F7783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7783 is #F0887C. Grayscale: #595959. Windows color (decimal): -15763581 or 8615695. OLE color: 8615695.

HSL color Cylindrical-coordinate representation of color #0F7783: hue angle of 186.21º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F7783 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 119 131 -
CMYK 0.89 0.09 0 0.49
HSL 186.21º 0.79% 0.29% -
HSV(B) 186.21º 0.89% 0.51% -
XYZ 10.89 14.93 23.78 -
YUV 89.27 151.54 75.02 -
System Red Green Blue C M Y K H S L
Decimal 15 119 131 0.89 0.09 0 0.49 186.21 0.79 0.29
Hex F 77 83 59 9 0 31 BA 4F 1D
Octal 17 167 203 131 11 0 61 272 117 35
Binary 1111 1110111 10000011 1011001 1001 0 110001 10111010 1001111 11101

Color Harmonies of #0F7783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7783

Black with #0F7783

Text Example


Text Example

White with #0F7783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,119,131); }

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

background-color css

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

 a { background-color: rgb(15,119,131); }

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

border-color css

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

 span { border-color: rgb(15,119,131); }

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