Html Css Color HEX #038D93 Dark Cyan

📋 copy color: '#038D93'

red 3 ◦ green 141 ◦ blue 147

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

Shades of Dark Cyan #038D93

Tints of Dark Cyan #038D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50.52%

R = 1.03%
G = 48.45%
B = 50.52%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#038D93 (or 0x038D93) is known color: Dark Cyan. HEX triplet: 03, 8D and 93. RGB value is (3,141,147). Sum of RGB (Red+Green+Blue) = 3+141+147=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #038D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038D93 is #FC726C. Grayscale: #646464. Windows color (decimal): -16544365 or 9669891. OLE color: 9669891.

HSL color Cylindrical-coordinate representation of color #038D93: hue angle of 182.5º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D93 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 141 147 -
CMYK 0.98 0.04 0 0.42
HSL 182.5º 0.96% 0.29% -
HSV(B) 182.5º 0.98% 0.58% -
XYZ 14.83 21.18 30.91 -
YUV 100.42 154.28 58.51 -
System Red Green Blue C M Y K H S L
Decimal 3 141 147 0.98 0.04 0 0.42 182.5 0.96 0.29
Hex 3 8D 93 62 4 0 2A B6 60 1D
Octal 3 215 223 142 4 0 52 266 140 35
Binary 11 10001101 10010011 1100010 100 0 101010 10110110 1100000 11101

Color Harmonies of #038D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D93

Black with #038D93

Text Example


Text Example

White with #038D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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