Html Css Color HEX #0F423C Deep Teal

📋 copy color: '#0F423C'

red 15 ◦ green 66 ◦ blue 60

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

Shades of Deep Teal #0F423C

Tints of Deep Teal #0F423C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.81%

 BLUE value IS 60 (23.83% from 255) = 42.55%

R = 10.64%
G = 46.81%
B = 42.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#0F423C (or 0x0F423C) is known color: Deep Teal. HEX triplet: 0F, 42 and 3C. RGB value is (15,66,60). Sum of RGB (Red+Green+Blue) = 15+66+60=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #0F423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F423C is #F0BDC3. Grayscale: #323232. Windows color (decimal): -15777220 or 3949071. OLE color: 3949071.

HSL color Cylindrical-coordinate representation of color #0F423C: hue angle of 172.94º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F423C is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 66 60 -
CMYK 0.77 0 0.09 0.74
HSL 172.94º 0.63% 0.16% -
HSV(B) 172.94º 0.77% 0.26% -
XYZ 2.96 4.32 4.95 -
YUV 50.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 15 66 60 0.77 0 0.09 0.74 172.94 0.63 0.16
Hex F 42 3C 4D 0 9 4A AD 3F 10
Octal 17 102 74 115 0 11 112 255 77 20
Binary 1111 1000010 111100 1001101 0 1001 1001010 10101101 111111 10000

Color Harmonies of #0F423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F423C

Black with #0F423C

Text Example


Text Example

White with #0F423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,66,60); }

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

background-color css

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

 a { background-color: rgb(15,66,60); }

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

border-color css

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

 span { border-color: rgb(15,66,60); }

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