Html Css Color HEX #038581 Teal

📋 copy color: '#038581'

red 3 ◦ green 133 ◦ blue 129

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

Shades of Teal #038581

Tints of Teal #038581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.19%

 BLUE value IS 129 (50.78% from 255) = 48.68%

R = 1.13%
G = 50.19%
B = 48.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#038581 (or 0x038581) is known color: Teal. HEX triplet: 03, 85 and 81. RGB value is (3,133,129). Sum of RGB (Red+Green+Blue) = 3+133+129=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #038581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038581 is #FC7A7E. Grayscale: #5D5D5D. Windows color (decimal): -16546431 or 8488195. OLE color: 8488195.

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

Color convert

RGB 3 133 129 -
CMYK 0.98 0 0.03 0.48
HSL 178.15º 0.96% 0.27% -
HSV(B) 178.15º 0.98% 0.52% -
XYZ 12.39 18.38 23.66 -
YUV 93.67 147.93 63.33 -
System Red Green Blue C M Y K H S L
Decimal 3 133 129 0.98 0 0.03 0.48 178.15 0.96 0.27
Hex 3 85 81 62 0 3 30 B2 60 1B
Octal 3 205 201 142 0 3 60 262 140 33
Binary 11 10000101 10000001 1100010 0 11 110000 10110010 1100000 11011

Color Harmonies of #038581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038581

Black with #038581

Text Example


Text Example

White with #038581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038581; }

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

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

background-color css

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

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

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

border-color css

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

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

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