Html Css Color HEX #02523C Deep Teal

📋 copy color: '#02523C'

red 2 ◦ green 82 ◦ blue 60

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

Shades of Deep Teal #02523C

Tints of Deep Teal #02523C

RGB

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

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

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

R = 1.39%
G = 56.94%
B = 41.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#02523C (or 0x02523C) is known color: Deep Teal. HEX triplet: 02, 52 and 3C. RGB value is (2,82,60). Sum of RGB (Red+Green+Blue) = 2+82+60=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #02523C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02523C is #FDADC3. Grayscale: #373737. Windows color (decimal): -16625092 or 3953154. OLE color: 3953154.

HSL color Cylindrical-coordinate representation of color #02523C: hue angle of 163.5º 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 #02523C is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 82 60 -
CMYK 0.98 0 0.27 0.68
HSL 163.5º 0.95% 0.16% -
HSV(B) 163.5º 0.98% 0.32% -
XYZ 3.86 6.37 5.3 -
YUV 55.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 2 82 60 0.98 0 0.27 0.68 163.5 0.95 0.16
Hex 2 52 3C 62 0 1B 44 A4 5F 10
Octal 2 122 74 142 0 33 104 244 137 20
Binary 10 1010010 111100 1100010 0 11011 1000100 10100100 1011111 10000

Color Harmonies of #02523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02523C

Black with #02523C

Text Example


Text Example

White with #02523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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