Html Css Color HEX #038D86 Dark Cyan

📋 copy color: '#038D86'

red 3 ◦ green 141 ◦ blue 134

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

Shades of Dark Cyan #038D86

Tints of Dark Cyan #038D86

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.72%

 BLUE value IS 134 (52.73% from 255) = 48.2%

R = 1.08%
G = 50.72%
B = 48.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#038D86 (or 0x038D86) is known color: Dark Cyan. HEX triplet: 03, 8D and 86. RGB value is (3,141,134). Sum of RGB (Red+Green+Blue) = 3+141+134=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #038D86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038D86 is #FC7279. Grayscale: #626262. Windows color (decimal): -16544378 or 8817923. OLE color: 8817923.

HSL color Cylindrical-coordinate representation of color #038D86: hue angle of 176.96º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D86 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 141 134 -
CMYK 0.98 0 0.05 0.45
HSL 176.96º 0.96% 0.28% -
HSV(B) 176.96º 0.98% 0.55% -
XYZ 13.87 20.79 25.84 -
YUV 98.94 147.78 59.57 -
System Red Green Blue C M Y K H S L
Decimal 3 141 134 0.98 0 0.05 0.45 176.96 0.96 0.28
Hex 3 8D 86 62 0 5 2D B1 60 1C
Octal 3 215 206 142 0 5 55 261 140 34
Binary 11 10001101 10000110 1100010 0 101 101101 10110001 1100000 11100

Color Harmonies of #038D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D86

Black with #038D86

Text Example


Text Example

White with #038D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038D86; }

 p { color: rgb(3,141,134); }

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

background-color css

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

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

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

border-color css

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

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

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