Html Css Color HEX #01523D Deep Teal

📋 copy color: '#01523D'

red 1 ◦ green 82 ◦ blue 61

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

Shades of Deep Teal #01523D

Tints of Deep Teal #01523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 56.94%

 BLUE value IS 61 (24.22% from 255) = 42.36%

R = 0.69%
G = 56.94%
B = 42.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#01523D (or 0x01523D) is known color: Deep Teal. HEX triplet: 01, 52 and 3D. RGB value is (1,82,61). Sum of RGB (Red+Green+Blue) = 1+82+61=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #01523D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01523D is #FEADC2. Grayscale: #373737. Windows color (decimal): -16690627 or 4018689. OLE color: 4018689.

HSL color Cylindrical-coordinate representation of color #01523D: hue angle of 164.44º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01523D is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 82 61 -
CMYK 0.99 0 0.26 0.68
HSL 164.44º 0.98% 0.16% -
HSV(B) 164.44º 0.99% 0.32% -
XYZ 3.87 6.38 5.44 -
YUV 55.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 1 82 61 0.99 0 0.26 0.68 164.44 0.98 0.16
Hex 1 52 3D 63 0 1A 44 A4 62 10
Octal 1 122 75 143 0 32 104 244 142 20
Binary 1 1010010 111101 1100011 0 11010 1000100 10100100 1100010 10000

Color Harmonies of #01523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01523D

Black with #01523D

Text Example


Text Example

White with #01523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01523D; }

 p { color: rgb(1,82,61); }

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

background-color css

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

 a { background-color: rgb(1,82,61); }

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

border-color css

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

 span { border-color: rgb(1,82,61); }

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