Html Css Color HEX #1C7964 Deep Sea

📋 copy color: '#1C7964'

red 28 ◦ green 121 ◦ blue 100

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

Shades of Deep Sea #1C7964

Tints of Deep Sea #1C7964

RGB

 RED value IS 28 (11.33% from 255) = 11.24%

 GREEN value IS 121 (47.66% from 255) = 48.59%

 BLUE value IS 100 (39.45% from 255) = 40.16%

R = 11.24%
G = 48.59%
B = 40.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#1C7964 (or 0x1C7964) is known color: Deep Sea. HEX triplet: 1C, 79 and 64. RGB value is (28,121,100). Sum of RGB (Red+Green+Blue) = 28+121+100=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7964 is #E3869B. Grayscale: #5A5A5A. Windows color (decimal): -14911132 or 6584604. OLE color: 6584604.

HSL color Cylindrical-coordinate representation of color #1C7964: hue angle of 166.45º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7964 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 121 100 -
CMYK 0.77 0 0.17 0.53
HSL 166.45º 0.62% 0.29% -
HSV(B) 166.45º 0.77% 0.47% -
XYZ 9.62 14.84 14.41 -
YUV 90.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 28 121 100 0.77 0 0.17 0.53 166.45 0.62 0.29
Hex 1C 79 64 4D 0 11 35 A6 3E 1D
Octal 34 171 144 115 0 21 65 246 76 35
Binary 11100 1111001 1100100 1001101 0 10001 110101 10100110 111110 11101

Color Harmonies of #1C7964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7964

Black with #1C7964

Text Example


Text Example

White with #1C7964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C7964; }

 p { color: rgb(28,121,100); }

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

background-color css

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

 a { background-color: rgb(28,121,100); }

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

border-color css

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

 span { border-color: rgb(28,121,100); }

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