Html Css Color HEX #1C7464 Deep Sea

📋 copy color: '#1C7464'

red 28 ◦ green 116 ◦ blue 100

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

Shades of Deep Sea #1C7464

Tints of Deep Sea #1C7464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.54%

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

R = 11.48%
G = 47.54%
B = 40.98%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#1C7464 (or 0x1C7464) is known color: Deep Sea. HEX triplet: 1C, 74 and 64. RGB value is (28,116,100). Sum of RGB (Red+Green+Blue) = 28+116+100=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #1C7464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7464 is #E38B9B. Grayscale: #575757. Windows color (decimal): -14912412 or 6583324. OLE color: 6583324.

HSL color Cylindrical-coordinate representation of color #1C7464: hue angle of 169.09º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7464 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 116 100 -
CMYK 0.76 0 0.14 0.55
HSL 169.09º 0.61% 0.28% -
HSV(B) 169.09º 0.76% 0.45% -
XYZ 9.02 13.66 14.22 -
YUV 87.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 28 116 100 0.76 0 0.14 0.55 169.09 0.61 0.28
Hex 1C 74 64 4C 0 E 37 A9 3D 1C
Octal 34 164 144 114 0 16 67 251 75 34
Binary 11100 1110100 1100100 1001100 0 1110 110111 10101001 111101 11100

Color Harmonies of #1C7464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7464

Black with #1C7464

Text Example


Text Example

White with #1C7464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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