Html Css Color HEX #03758C Teal

📋 copy color: '#03758C'

red 3 ◦ green 117 ◦ blue 140

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

Shades of Teal #03758C

Tints of Teal #03758C

RGB

 RED value IS 3 (1.56% from 255) = 1.15%

 GREEN value IS 117 (46.09% from 255) = 45%

 BLUE value IS 140 (55.08% from 255) = 53.85%

R = 1.15%
G = 45%
B = 53.85%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03758C (or 0x03758C) is known color: Teal. HEX triplet: 03, 75 and 8C. RGB value is (3,117,140). Sum of RGB (Red+Green+Blue) = 3+117+140=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #03758C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03758C is #FC8A73. Grayscale: #555555. Windows color (decimal): -16550516 or 9204995. OLE color: 9204995.

HSL color Cylindrical-coordinate representation of color #03758C: hue angle of 190.07º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03758C is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 117 140 -
CMYK 0.98 0.16 0 0.45
HSL 190.07º 0.96% 0.28% -
HSV(B) 190.07º 0.98% 0.55% -
XYZ 11.13 14.64 27.05 -
YUV 85.54 158.73 69.13 -
System Red Green Blue C M Y K H S L
Decimal 3 117 140 0.98 0.16 0 0.45 190.07 0.96 0.28
Hex 3 75 8C 62 10 0 2D BE 60 1C
Octal 3 165 214 142 20 0 55 276 140 34
Binary 11 1110101 10001100 1100010 10000 0 101101 10111110 1100000 11100

Color Harmonies of #03758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03758C

Black with #03758C

Text Example


Text Example

White with #03758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,117,140); }

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

background-color css

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

 a { background-color: rgb(3,117,140); }

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

border-color css

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

 span { border-color: rgb(3,117,140); }

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