Html Css Color HEX #038288 Teal

📋 copy color: '#038288'

red 3 ◦ green 130 ◦ blue 136

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

Shades of Teal #038288

Tints of Teal #038288

RGB

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

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

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

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

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #038288: hue angle of 182.71º 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 #038288 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 130 136 -
CMYK 0.98 0.04 0 0.47
HSL 182.71º 0.96% 0.27% -
HSV(B) 182.71º 0.98% 0.53% -
XYZ 12.46 17.76 26.06 -
YUV 92.71 152.42 64.01 -
System Red Green Blue C M Y K H S L
Decimal 3 130 136 0.98 0.04 0 0.47 182.71 0.96 0.27
Hex 3 82 88 62 4 0 2F B7 60 1B
Octal 3 202 210 142 4 0 57 267 140 33
Binary 11 10000010 10001000 1100010 100 0 101111 10110111 1100000 11011

Color Harmonies of #038288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038288

Black with #038288

Text Example


Text Example

White with #038288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038288; }

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

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

background-color css

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

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

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

border-color css

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

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

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