Html Css Color HEX #038085 Teal

📋 copy color: '#038085'

red 3 ◦ green 128 ◦ blue 133

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

Shades of Teal #038085

Tints of Teal #038085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.48%

 BLUE value IS 133 (52.34% from 255) = 50.38%

R = 1.14%
G = 48.48%
B = 50.38%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#038085 (or 0x038085) is known color: Teal. HEX triplet: 03, 80 and 85. RGB value is (3,128,133). Sum of RGB (Red+Green+Blue) = 3+128+133=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #038085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038085 is #FC7F7A. Grayscale: #5B5B5B. Windows color (decimal): -16547707 or 8749059. OLE color: 8749059.

HSL color Cylindrical-coordinate representation of color #038085: hue angle of 182.31º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038085 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 128 133 -
CMYK 0.98 0.04 0 0.48
HSL 182.31º 0.96% 0.27% -
HSV(B) 182.31º 0.98% 0.52% -
XYZ 11.99 17.15 24.87 -
YUV 91.2 151.59 65.09 -
System Red Green Blue C M Y K H S L
Decimal 3 128 133 0.98 0.04 0 0.48 182.31 0.96 0.27
Hex 3 80 85 62 4 0 30 B6 60 1B
Octal 3 200 205 142 4 0 60 266 140 33
Binary 11 10000000 10000101 1100010 100 0 110000 10110110 1100000 11011

Color Harmonies of #038085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038085

Black with #038085

Text Example


Text Example

White with #038085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038085; }

 p { color: rgb(3,128,133); }

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

background-color css

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

 a { background-color: rgb(3,128,133); }

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

border-color css

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

 span { border-color: rgb(3,128,133); }

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