Html Css Color HEX #038E94 Dark Cyan

📋 copy color: '#038E94'

red 3 ◦ green 142 ◦ blue 148

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

Shades of Dark Cyan #038E94

Tints of Dark Cyan #038E94

RGB

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

 GREEN value IS 142 (55.86% from 255) = 48.46%

 BLUE value IS 148 (58.2% from 255) = 50.51%

R = 1.02%
G = 48.46%
B = 50.51%

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

#038E94 (or 0x038E94) is known color: Dark Cyan. HEX triplet: 03, 8E and 94. RGB value is (3,142,148). Sum of RGB (Red+Green+Blue) = 3+142+148=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #038E94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038E94 is #FC716B. Grayscale: #646464. Windows color (decimal): -16544108 or 9735683. OLE color: 9735683.

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

Color convert

RGB 3 142 148 -
CMYK 0.98 0.04 0 0.42
HSL 182.48º 0.96% 0.3% -
HSV(B) 182.48º 0.98% 0.58% -
XYZ 15.06 21.5 31.37 -
YUV 101.12 154.45 58.01 -
System Red Green Blue C M Y K H S L
Decimal 3 142 148 0.98 0.04 0 0.42 182.48 0.96 0.3
Hex 3 8E 94 62 4 0 2A B6 60 1E
Octal 3 216 224 142 4 0 52 266 140 36
Binary 11 10001110 10010100 1100010 100 0 101010 10110110 1100000 11110

Color Harmonies of #038E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038E94

Black with #038E94

Text Example


Text Example

White with #038E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,142,148); }

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

background-color css

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

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

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

border-color css

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

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

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