Html Css Color HEX #02533C Deep Teal

📋 copy color: '#02533C'

red 2 ◦ green 83 ◦ blue 60

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

Shades of Deep Teal #02533C

Tints of Deep Teal #02533C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 57.24%

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

R = 1.38%
G = 57.24%
B = 41.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#02533C (or 0x02533C) is known color: Deep Teal. HEX triplet: 02, 53 and 3C. RGB value is (2,83,60). Sum of RGB (Red+Green+Blue) = 2+83+60=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #02533C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02533C is #FDACC3. Grayscale: #383838. Windows color (decimal): -16624836 or 3953410. OLE color: 3953410.

HSL color Cylindrical-coordinate representation of color #02533C: hue angle of 162.96º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02533C is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 83 60 -
CMYK 0.98 0 0.28 0.67
HSL 162.96º 0.95% 0.17% -
HSV(B) 162.96º 0.98% 0.33% -
XYZ 3.93 6.53 5.33 -
YUV 56.16 130.16 89.37 -
System Red Green Blue C M Y K H S L
Decimal 2 83 60 0.98 0 0.28 0.67 162.96 0.95 0.17
Hex 2 53 3C 62 0 1C 43 A3 5F 11
Octal 2 123 74 142 0 34 103 243 137 21
Binary 10 1010011 111100 1100010 0 11100 1000011 10100011 1011111 10001

Color Harmonies of #02533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02533C

Black with #02533C

Text Example


Text Example

White with #02533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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