Html Css Color HEX #02738D Teal

📋 copy color: '#02738D'

red 2 ◦ green 115 ◦ blue 141

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

Shades of Teal #02738D

Tints of Teal #02738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.57%

 BLUE value IS 141 (55.47% from 255) = 54.65%

R = 0.78%
G = 44.57%
B = 54.65%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02738D (or 0x02738D) is known color: Teal. HEX triplet: 02, 73 and 8D. RGB value is (2,115,141). Sum of RGB (Red+Green+Blue) = 2+115+141=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #02738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02738D is #FD8C72. Grayscale: #535353. Windows color (decimal): -16616563 or 9270018. OLE color: 9270018.

HSL color Cylindrical-coordinate representation of color #02738D: hue angle of 191.22º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02738D is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 115 141 -
CMYK 0.99 0.18 0 0.45
HSL 191.22º 0.97% 0.28% -
HSV(B) 191.22º 0.99% 0.55% -
XYZ 10.96 14.2 27.36 -
YUV 84.18 160.06 69.39 -
System Red Green Blue C M Y K H S L
Decimal 2 115 141 0.99 0.18 0 0.45 191.22 0.97 0.28
Hex 2 73 8D 63 12 0 2D BF 61 1C
Octal 2 163 215 143 22 0 55 277 141 34
Binary 10 1110011 10001101 1100011 10010 0 101101 10111111 1100001 11100

Color Harmonies of #02738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02738D

Black with #02738D

Text Example


Text Example

White with #02738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,115,141); }

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

background-color css

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

 a { background-color: rgb(2,115,141); }

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

border-color css

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

 span { border-color: rgb(2,115,141); }

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