Html Css Color HEX #038C80 Dark Cyan

📋 copy color: '#038C80'

red 3 ◦ green 140 ◦ blue 128

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

Shades of Dark Cyan #038C80

Tints of Dark Cyan #038C80

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.66%

 BLUE value IS 128 (50.39% from 255) = 47.23%

R = 1.11%
G = 51.66%
B = 47.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#038C80 (or 0x038C80) is known color: Dark Cyan. HEX triplet: 03, 8C and 80. RGB value is (3,140,128). Sum of RGB (Red+Green+Blue) = 3+140+128=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #038C80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038C80 is #FC737F. Grayscale: #616161. Windows color (decimal): -16544640 or 8424451. OLE color: 8424451.

HSL color Cylindrical-coordinate representation of color #038C80: hue angle of 174.74º 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 #038C80 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 140 128 -
CMYK 0.98 0 0.09 0.45
HSL 174.74º 0.96% 0.28% -
HSV(B) 174.74º 0.98% 0.55% -
XYZ 13.31 20.33 23.65 -
YUV 97.67 145.11 60.48 -
System Red Green Blue C M Y K H S L
Decimal 3 140 128 0.98 0 0.09 0.45 174.74 0.96 0.28
Hex 3 8C 80 62 0 9 2D AF 60 1C
Octal 3 214 200 142 0 11 55 257 140 34
Binary 11 10001100 10000000 1100010 0 1001 101101 10101111 1100000 11100

Color Harmonies of #038C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038C80

Black with #038C80

Text Example


Text Example

White with #038C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,140,128); }

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

background-color css

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

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

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

border-color css

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

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

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