Html Css Color HEX #1C7966 Deep Sea

📋 copy color: '#1C7966'

red 28 ◦ green 121 ◦ blue 102

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

Shades of Deep Sea #1C7966

Tints of Deep Sea #1C7966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.64%

R = 11.16%
G = 48.21%
B = 40.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#1C7966 (or 0x1C7966) is known color: Deep Sea. HEX triplet: 1C, 79 and 66. RGB value is (28,121,102). Sum of RGB (Red+Green+Blue) = 28+121+102=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7966 is #E38699. Grayscale: #5B5B5B. Windows color (decimal): -14911130 or 6715676. OLE color: 6715676.

HSL color Cylindrical-coordinate representation of color #1C7966: hue angle of 167.74º 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 #1C7966 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 28 121 102 -
CMYK 0.77 0 0.16 0.53
HSL 167.74º 0.62% 0.29% -
HSV(B) 167.74º 0.77% 0.47% -
XYZ 9.71 14.88 14.93 -
YUV 91.03 134.19 83.04 -
System Red Green Blue C M Y K H S L
Decimal 28 121 102 0.77 0 0.16 0.53 167.74 0.62 0.29
Hex 1C 79 66 4D 0 10 35 A8 3E 1D
Octal 34 171 146 115 0 20 65 250 76 35
Binary 11100 1111001 1100110 1001101 0 10000 110101 10101000 111110 11101

Color Harmonies of #1C7966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7966

Black with #1C7966

Text Example


Text Example

White with #1C7966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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