Html Css Color HEX #038882 Teal

📋 copy color: '#038882'

red 3 ◦ green 136 ◦ blue 130

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

Shades of Teal #038882

Tints of Teal #038882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.56%

 BLUE value IS 130 (51.17% from 255) = 48.33%

R = 1.12%
G = 50.56%
B = 48.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#038882 (or 0x038882) is known color: Teal. HEX triplet: 03, 88 and 82. RGB value is (3,136,130). Sum of RGB (Red+Green+Blue) = 3+136+130=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #038882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038882 is #FC777D. Grayscale: #5F5F5F. Windows color (decimal): -16545662 or 8554499. OLE color: 8554499.

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

Color convert

RGB 3 136 130 -
CMYK 0.98 0 0.04 0.47
HSL 177.29º 0.96% 0.27% -
HSV(B) 177.29º 0.98% 0.53% -
XYZ 12.87 19.24 24.15 -
YUV 95.55 147.44 61.99 -
System Red Green Blue C M Y K H S L
Decimal 3 136 130 0.98 0 0.04 0.47 177.29 0.96 0.27
Hex 3 88 82 62 0 4 2F B1 60 1B
Octal 3 210 202 142 0 4 57 261 140 33
Binary 11 10001000 10000010 1100010 0 100 101111 10110001 1100000 11011

Color Harmonies of #038882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038882

Black with #038882

Text Example


Text Example

White with #038882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038882; }

 p { color: rgb(3,136,130); }

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

background-color css

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

 a { background-color: rgb(3,136,130); }

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

border-color css

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

 span { border-color: rgb(3,136,130); }

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