Html Css Color HEX #038784 Dark Cyan

📋 copy color: '#038784'

red 3 ◦ green 135 ◦ blue 132

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

Shades of Dark Cyan #038784

Tints of Dark Cyan #038784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50%

 BLUE value IS 132 (51.95% from 255) = 48.89%

R = 1.11%
G = 50%
B = 48.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#038784 (or 0x038784) is known color: Dark Cyan. HEX triplet: 03, 87 and 84. RGB value is (3,135,132). Sum of RGB (Red+Green+Blue) = 3+135+132=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #038784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038784 is #FC787B. Grayscale: #5F5F5F. Windows color (decimal): -16545916 or 8685315. OLE color: 8685315.

HSL color Cylindrical-coordinate representation of color #038784: hue angle of 178.64º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038784 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 135 132 -
CMYK 0.98 0 0.02 0.47
HSL 178.64º 0.96% 0.27% -
HSV(B) 178.64º 0.98% 0.53% -
XYZ 12.87 19.01 24.82 -
YUV 95.19 148.77 62.24 -
System Red Green Blue C M Y K H S L
Decimal 3 135 132 0.98 0 0.02 0.47 178.64 0.96 0.27
Hex 3 87 84 62 0 2 2F B3 60 1B
Octal 3 207 204 142 0 2 57 263 140 33
Binary 11 10000111 10000100 1100010 0 10 101111 10110011 1100000 11011

Color Harmonies of #038784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038784

Black with #038784

Text Example


Text Example

White with #038784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038784; }

 p { color: rgb(3,135,132); }

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

background-color css

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

 a { background-color: rgb(3,135,132); }

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

border-color css

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

 span { border-color: rgb(3,135,132); }

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