Html Css Color HEX #014235 Deep Teal

📋 copy color: '#014235'

red 1 ◦ green 66 ◦ blue 53

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

Shades of Deep Teal #014235

Tints of Deep Teal #014235

RGB

 RED value IS 1 (0.78% from 255) = 0.83%

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

 BLUE value IS 53 (21.09% from 255) = 44.17%

R = 0.83%
G = 55%
B = 44.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#014235 (or 0x014235) is known color: Deep Teal. HEX triplet: 01, 42 and 35. RGB value is (1,66,53). Sum of RGB (Red+Green+Blue) = 1+66+53=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #014235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014235 is #FEBDCA. Grayscale: #2D2D2D. Windows color (decimal): -16694731 or 3490305. OLE color: 3490305.

HSL color Cylindrical-coordinate representation of color #014235: hue angle of 168º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014235 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 66 53 -
CMYK 0.98 0 0.20 0.74
HSL 168º 0.97% 0.13% -
HSV(B) 168º 0.98% 0.26% -
XYZ 2.6 4.16 4.03 -
YUV 45.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 1 66 53 0.98 0 0.20 0.74 168 0.97 0.13
Hex 1 42 35 62 0 14 4A A8 61 D
Octal 1 102 65 142 0 24 112 250 141 15
Binary 1 1000010 110101 1100010 0 10100 1001010 10101000 1100001 1101

Color Harmonies of #014235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014235

Black with #014235

Text Example


Text Example

White with #014235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014235; }

 p { color: rgb(1,66,53); }

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

background-color css

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

 a { background-color: rgb(1,66,53); }

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

border-color css

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

 span { border-color: rgb(1,66,53); }

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