Html Css Color HEX #02738B Teal

📋 copy color: '#02738B'

red 2 ◦ green 115 ◦ blue 139

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

Shades of Teal #02738B

Tints of Teal #02738B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.3%

R = 0.78%
G = 44.92%
B = 54.3%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02738B (or 0x02738B) is known color: Teal. HEX triplet: 02, 73 and 8B. RGB value is (2,115,139). Sum of RGB (Red+Green+Blue) = 2+115+139=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #02738B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02738B is #FD8C74. Grayscale: #535353. Windows color (decimal): -16616565 or 9138946. OLE color: 9138946.

HSL color Cylindrical-coordinate representation of color #02738B: hue angle of 190.51º 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 #02738B is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 115 139 -
CMYK 0.99 0.17 0 0.45
HSL 190.51º 0.97% 0.28% -
HSV(B) 190.51º 0.99% 0.55% -
XYZ 10.82 14.14 26.59 -
YUV 83.95 159.06 69.55 -
System Red Green Blue C M Y K H S L
Decimal 2 115 139 0.99 0.17 0 0.45 190.51 0.97 0.28
Hex 2 73 8B 63 11 0 2D BF 61 1C
Octal 2 163 213 143 21 0 55 277 141 34
Binary 10 1110011 10001011 1100011 10001 0 101101 10111111 1100001 11100

Color Harmonies of #02738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02738B

Black with #02738B

Text Example


Text Example

White with #02738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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