Html Css Color HEX #1C7760 Deep Sea

📋 copy color: '#1C7760'

red 28 ◦ green 119 ◦ blue 96

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

Shades of Deep Sea #1C7760

Tints of Deep Sea #1C7760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.97%

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 11.52%
G = 48.97%
B = 39.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#1C7760 (or 0x1C7760) is known color: Deep Sea. HEX triplet: 1C, 77 and 60. RGB value is (28,119,96). Sum of RGB (Red+Green+Blue) = 28+119+96=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #1C7760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7760 is #E3889F. Grayscale: #595959. Windows color (decimal): -14911648 or 6321948. OLE color: 6321948.

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

Color convert

RGB 28 119 96 -
CMYK 0.76 0 0.19 0.53
HSL 164.84º 0.62% 0.29% -
HSV(B) 164.84º 0.76% 0.47% -
XYZ 9.19 14.29 13.34 -
YUV 89.17 131.85 84.37 -
System Red Green Blue C M Y K H S L
Decimal 28 119 96 0.76 0 0.19 0.53 164.84 0.62 0.29
Hex 1C 77 60 4C 0 13 35 A5 3E 1D
Octal 34 167 140 114 0 23 65 245 76 35
Binary 11100 1110111 1100000 1001100 0 10011 110101 10100101 111110 11101

Color Harmonies of #1C7760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7760

Black with #1C7760

Text Example


Text Example

White with #1C7760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,119,96); }

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

background-color css

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

 a { background-color: rgb(28,119,96); }

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

border-color css

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

 span { border-color: rgb(28,119,96); }

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