Html Css Color HEX #038385 Teal

📋 copy color: '#038385'

red 3 ◦ green 131 ◦ blue 133

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

Shades of Teal #038385

Tints of Teal #038385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.06%

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

R = 1.12%
G = 49.06%
B = 49.81%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#038385 (or 0x038385) is known color: Teal. HEX triplet: 03, 83 and 85. RGB value is (3,131,133). Sum of RGB (Red+Green+Blue) = 3+131+133=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #038385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038385 is #FC7C7A. Grayscale: #5C5C5C. Windows color (decimal): -16546939 or 8749827. OLE color: 8749827.

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

Color convert

RGB 3 131 133 -
CMYK 0.98 0.02 0 0.48
HSL 180.92º 0.96% 0.27% -
HSV(B) 180.92º 0.98% 0.52% -
XYZ 12.39 17.95 25 -
YUV 92.96 150.59 63.84 -
System Red Green Blue C M Y K H S L
Decimal 3 131 133 0.98 0.02 0 0.48 180.92 0.96 0.27
Hex 3 83 85 62 2 0 30 B5 60 1B
Octal 3 203 205 142 2 0 60 265 140 33
Binary 11 10000011 10000101 1100010 10 0 110000 10110101 1100000 11011

Color Harmonies of #038385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038385

Black with #038385

Text Example


Text Example

White with #038385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038385; }

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

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

background-color css

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

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

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

border-color css

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

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

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