Html Css Color HEX #038484 Teal

📋 copy color: '#038484'

red 3 ◦ green 132 ◦ blue 132

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

Shades of Teal #038484

Tints of Teal #038484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.44%

 BLUE value IS 132 (51.95% from 255) = 49.44%

R = 1.12%
G = 49.44%
B = 49.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#038484 (or 0x038484) is known color: Teal. HEX triplet: 03, 84 and 84. RGB value is (3,132,132). Sum of RGB (Red+Green+Blue) = 3+132+132=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #038484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038484 is #FC7B7B. Grayscale: #5D5D5D. Windows color (decimal): -16546684 or 8684547. OLE color: 8684547.

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

Color convert

RGB 3 132 132 -
CMYK 0.98 0 0 0.48
HSL 180º 0.96% 0.26% -
HSV(B) 180º 0.98% 0.52% -
XYZ 12.45 18.19 24.68 -
YUV 93.43 149.76 63.5 -
System Red Green Blue C M Y K H S L
Decimal 3 132 132 0.98 0 0 0.48 180 0.96 0.26
Hex 3 84 84 62 0 0 30 B4 60 1A
Octal 3 204 204 142 0 0 60 264 140 32
Binary 11 10000100 10000100 1100010 0 0 110000 10110100 1100000 11010

Color Harmonies of #038484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038484

Black with #038484

Text Example


Text Example

White with #038484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038484; }

 p { color: rgb(3,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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