Html Css Color HEX #038D85 Dark Cyan

📋 copy color: '#038D85'

red 3 ◦ green 141 ◦ blue 133

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

Shades of Dark Cyan #038D85

Tints of Dark Cyan #038D85

RGB

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

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

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

R = 1.08%
G = 50.9%
B = 48.01%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#038D85 (or 0x038D85) is known color: Dark Cyan. HEX triplet: 03, 8D and 85. RGB value is (3,141,133). Sum of RGB (Red+Green+Blue) = 3+141+133=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #038D85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038D85 is #FC727A. Grayscale: #626262. Windows color (decimal): -16544379 or 8752387. OLE color: 8752387.

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

Color convert

RGB 3 141 133 -
CMYK 0.98 0 0.06 0.45
HSL 176.52º 0.96% 0.28% -
HSV(B) 176.52º 0.98% 0.55% -
XYZ 13.8 20.76 25.47 -
YUV 98.83 147.28 59.65 -
System Red Green Blue C M Y K H S L
Decimal 3 141 133 0.98 0 0.06 0.45 176.52 0.96 0.28
Hex 3 8D 85 62 0 6 2D B1 60 1C
Octal 3 215 205 142 0 6 55 261 140 34
Binary 11 10001101 10000101 1100010 0 110 101101 10110001 1100000 11100

Color Harmonies of #038D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D85

Black with #038D85

Text Example


Text Example

White with #038D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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