Html Css Color HEX #009483 Dark Cyan

📋 copy color: '#009483'

red 0 ◦ green 148 ◦ blue 131

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

Shades of Dark Cyan #009483

Tints of Dark Cyan #009483

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 148 (58.2% from 255) = 53.05%

 BLUE value IS 131 (51.56% from 255) = 46.95%

R = 0%
G = 53.05%
B = 46.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#009483 (or 0x009483) is known color: Dark Cyan. HEX triplet: 00, 94 and 83. RGB value is (0,148,131). Sum of RGB (Red+Green+Blue) = 0+148+131=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #009483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009483 is #FF6B7C. Grayscale: #656565. Windows color (decimal): -16739197 or 8623104. OLE color: 8623104.

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

Color convert

RGB 0 148 131 -
CMYK 1 0 0.11 0.42
HSL 173.11º 1% 0.29% -
HSV(B) 173.11º 1% 0.58% -
XYZ 14.69 22.82 25.1 -
YUV 101.81 144.47 55.38 -
System Red Green Blue C M Y K H S L
Decimal 0 148 131 1 0 0.11 0.42 173.11 1 0.29
Hex 0 94 83 64 0 B 2A AD 64 1D
Octal 0 224 203 144 0 13 52 255 144 35
Binary 0 10010100 10000011 1100100 0 1011 101010 10101101 1100100 11101

Color Harmonies of #009483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009483

Black with #009483

Text Example


Text Example

White with #009483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009483; }

 p { color: rgb(0,148,131); }

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

background-color css

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

 a { background-color: rgb(0,148,131); }

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

border-color css

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

 span { border-color: rgb(0,148,131); }

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