Html Css Color HEX #048892 Dark Cyan

📋 copy color: '#048892'

red 4 ◦ green 136 ◦ blue 146

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

Shades of Dark Cyan #048892

Tints of Dark Cyan #048892

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.55%

 BLUE value IS 146 (57.42% from 255) = 51.05%

R = 1.4%
G = 47.55%
B = 51.05%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#048892 (or 0x048892) is known color: Dark Cyan. HEX triplet: 04, 88 and 92. RGB value is (4,136,146). Sum of RGB (Red+Green+Blue) = 4+136+146=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #048892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048892 is #FB776D. Grayscale: #616161. Windows color (decimal): -16480110 or 9603076. OLE color: 9603076.

HSL color Cylindrical-coordinate representation of color #048892: hue angle of 184.23º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048892 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 136 146 -
CMYK 0.97 0.07 0 0.43
HSL 184.23º 0.95% 0.29% -
HSV(B) 184.23º 0.97% 0.57% -
XYZ 14.04 19.71 30.26 -
YUV 97.67 155.27 61.19 -
System Red Green Blue C M Y K H S L
Decimal 4 136 146 0.97 0.07 0 0.43 184.23 0.95 0.29
Hex 4 88 92 61 7 0 2B B8 5F 1D
Octal 4 210 222 141 7 0 53 270 137 35
Binary 100 10001000 10010010 1100001 111 0 101011 10111000 1011111 11101

Color Harmonies of #048892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048892

Black with #048892

Text Example


Text Example

White with #048892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048892; }

 p { color: rgb(4,136,146); }

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

background-color css

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

 a { background-color: rgb(4,136,146); }

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

border-color css

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

 span { border-color: rgb(4,136,146); }

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