Html Css Color HEX #04838C Dark Cyan

📋 copy color: '#04838C'

red 4 ◦ green 131 ◦ blue 140

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

Shades of Dark Cyan #04838C

Tints of Dark Cyan #04838C

RGB

 RED value IS 4 (1.95% from 255) = 1.45%

 GREEN value IS 131 (51.56% from 255) = 47.64%

 BLUE value IS 140 (55.08% from 255) = 50.91%

R = 1.45%
G = 47.64%
B = 50.91%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04838C (or 0x04838C) is known color: Dark Cyan. HEX triplet: 04, 83 and 8C. RGB value is (4,131,140). Sum of RGB (Red+Green+Blue) = 4+131+140=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #04838C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04838C is #FB7C73. Grayscale: #5D5D5D. Windows color (decimal): -16481396 or 9208580. OLE color: 9208580.

HSL color Cylindrical-coordinate representation of color #04838C: hue angle of 183.97º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04838C is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 131 140 -
CMYK 0.97 0.06 0 0.45
HSL 183.97º 0.94% 0.28% -
HSV(B) 183.97º 0.97% 0.55% -
XYZ 12.9 18.15 27.63 -
YUV 94.05 153.92 63.77 -
System Red Green Blue C M Y K H S L
Decimal 4 131 140 0.97 0.06 0 0.45 183.97 0.94 0.28
Hex 4 83 8C 61 6 0 2D B8 5E 1C
Octal 4 203 214 141 6 0 55 270 136 34
Binary 100 10000011 10001100 1100001 110 0 101101 10111000 1011110 11100

Color Harmonies of #04838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04838C

Black with #04838C

Text Example


Text Example

White with #04838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04838C; }

 p { color: rgb(4,131,140); }

 H1.HeaderClassName
 {
   color: #04838C;
 }
 .AnyTagClassName
 {
   color: #04838C;
 }
</style>

background-color css

<style>
 a { background-color: #04838C; }

 a { background-color: rgb(4,131,140); }

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

border-color css

<style>
 span { border-color: #04838C; }

 span { border-color: rgb(4,131,140); }

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