Html Css Color HEX #04988B Dark Cyan

📋 copy color: '#04988B'

red 4 ◦ green 152 ◦ blue 139

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

Shades of Dark Cyan #04988B

Tints of Dark Cyan #04988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.53%

 BLUE value IS 139 (54.69% from 255) = 47.12%

R = 1.36%
G = 51.53%
B = 47.12%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#04988B (or 0x04988B) is known color: Dark Cyan. HEX triplet: 04, 98 and 8B. RGB value is (4,152,139). Sum of RGB (Red+Green+Blue) = 4+152+139=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #04988B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04988B is #FB6774. Grayscale: #6A6A6A. Windows color (decimal): -16476021 or 9148420. OLE color: 9148420.

HSL color Cylindrical-coordinate representation of color #04988B: hue angle of 174.73º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04988B is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 152 139 -
CMYK 0.97 0 0.09 0.40
HSL 174.73º 0.95% 0.31% -
HSV(B) 174.73º 0.97% 0.6% -
XYZ 15.94 24.35 28.29 -
YUV 106.27 146.47 55.06 -
System Red Green Blue C M Y K H S L
Decimal 4 152 139 0.97 0 0.09 0.40 174.73 0.95 0.31
Hex 4 98 8B 61 0 9 28 AF 5F 1F
Octal 4 230 213 141 0 11 50 257 137 37
Binary 100 10011000 10001011 1100001 0 1001 101000 10101111 1011111 11111

Color Harmonies of #04988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04988B

Black with #04988B

Text Example


Text Example

White with #04988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04988B; }

 p { color: rgb(4,152,139); }

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

background-color css

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

 a { background-color: rgb(4,152,139); }

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

border-color css

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

 span { border-color: rgb(4,152,139); }

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