Html Css Color HEX #02523D Deep Teal

📋 copy color: '#02523D'

red 2 ◦ green 82 ◦ blue 61

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

Shades of Deep Teal #02523D

Tints of Deep Teal #02523D

RGB

 RED value IS 2 (1.17% from 255) = 1.38%

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

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

R = 1.38%
G = 56.55%
B = 42.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#02523D (or 0x02523D) is known color: Deep Teal. HEX triplet: 02, 52 and 3D. RGB value is (2,82,61). Sum of RGB (Red+Green+Blue) = 2+82+61=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #02523D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02523D is #FDADC2. Grayscale: #373737. Windows color (decimal): -16625091 or 4018690. OLE color: 4018690.

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

Color convert

RGB 2 82 61 -
CMYK 0.98 0 0.26 0.68
HSL 164.25º 0.95% 0.16% -
HSV(B) 164.25º 0.98% 0.32% -
XYZ 3.88 6.38 5.44 -
YUV 55.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 2 82 61 0.98 0 0.26 0.68 164.25 0.95 0.16
Hex 2 52 3D 62 0 1A 44 A4 5F 10
Octal 2 122 75 142 0 32 104 244 137 20
Binary 10 1010010 111101 1100010 0 11010 1000100 10100100 1011111 10000

Color Harmonies of #02523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02523D

Black with #02523D

Text Example


Text Example

White with #02523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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