Html Css Color HEX #03828A Dark Cyan

📋 copy color: '#03828A'

red 3 ◦ green 130 ◦ blue 138

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

Shades of Dark Cyan #03828A

Tints of Dark Cyan #03828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.97%

 BLUE value IS 138 (54.3% from 255) = 50.92%

R = 1.11%
G = 47.97%
B = 50.92%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#03828A (or 0x03828A) is known color: Dark Cyan. HEX triplet: 03, 82 and 8A. RGB value is (3,130,138). Sum of RGB (Red+Green+Blue) = 3+130+138=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #03828A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03828A is #FC7D75. Grayscale: #5C5C5C. Windows color (decimal): -16547190 or 9077251. OLE color: 9077251.

HSL color Cylindrical-coordinate representation of color #03828A: hue angle of 183.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03828A is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 130 138 -
CMYK 0.98 0.06 0 0.46
HSL 183.56º 0.96% 0.28% -
HSV(B) 183.56º 0.98% 0.54% -
XYZ 12.61 17.82 26.82 -
YUV 92.94 153.42 63.85 -
System Red Green Blue C M Y K H S L
Decimal 3 130 138 0.98 0.06 0 0.46 183.56 0.96 0.28
Hex 3 82 8A 62 6 0 2E B8 60 1C
Octal 3 202 212 142 6 0 56 270 140 34
Binary 11 10000010 10001010 1100010 110 0 101110 10111000 1100000 11100

Color Harmonies of #03828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03828A

Black with #03828A

Text Example


Text Example

White with #03828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03828A; }

 p { color: rgb(3,130,138); }

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

background-color css

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

 a { background-color: rgb(3,130,138); }

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

border-color css

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

 span { border-color: rgb(3,130,138); }

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