Html Css Color HEX #0F817D Teal

📋 copy color: '#0F817D'

red 15 ◦ green 129 ◦ blue 125

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

Shades of Teal #0F817D

Tints of Teal #0F817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.96%

 BLUE value IS 125 (49.22% from 255) = 46.47%

R = 5.58%
G = 47.96%
B = 46.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#0F817D (or 0x0F817D) is known color: Teal. HEX triplet: 0F, 81 and 7D. RGB value is (15,129,125). Sum of RGB (Red+Green+Blue) = 15+129+125=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #0F817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F817D is #F07E82. Grayscale: #5E5E5E. Windows color (decimal): -15761027 or 8225039. OLE color: 8225039.

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

Color convert

RGB 15 129 125 -
CMYK 0.88 0 0.03 0.49
HSL 177.89º 0.79% 0.28% -
HSV(B) 177.89º 0.88% 0.51% -
XYZ 11.75 17.28 22.12 -
YUV 94.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 15 129 125 0.88 0 0.03 0.49 177.89 0.79 0.28
Hex F 81 7D 58 0 3 31 B2 4F 1C
Octal 17 201 175 130 0 3 61 262 117 34
Binary 1111 10000001 1111101 1011000 0 11 110001 10110010 1001111 11100

Color Harmonies of #0F817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F817D

Black with #0F817D

Text Example


Text Example

White with #0F817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,129,125); }

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

background-color css

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

 a { background-color: rgb(15,129,125); }

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

border-color css

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

 span { border-color: rgb(15,129,125); }

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