Html Css Color HEX #1C776B Deep Sea

📋 copy color: '#1C776B'

red 28 ◦ green 119 ◦ blue 107

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

Shades of Deep Sea #1C776B

Tints of Deep Sea #1C776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 11.02%
G = 46.85%
B = 42.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#1C776B (or 0x1C776B) is known color: Deep Sea. HEX triplet: 1C, 77 and 6B. RGB value is (28,119,107). Sum of RGB (Red+Green+Blue) = 28+119+107=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #1C776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C776B is #E38894. Grayscale: #5A5A5A. Windows color (decimal): -14911637 or 7042844. OLE color: 7042844.

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

Color convert

RGB 28 119 107 -
CMYK 0.76 0 0.10 0.53
HSL 172.09º 0.62% 0.29% -
HSV(B) 172.09º 0.76% 0.47% -
XYZ 9.73 14.5 16.2 -
YUV 90.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 28 119 107 0.76 0 0.10 0.53 172.09 0.62 0.29
Hex 1C 77 6B 4C 0 A 35 AC 3E 1D
Octal 34 167 153 114 0 12 65 254 76 35
Binary 11100 1110111 1101011 1001100 0 1010 110101 10101100 111110 11101

Color Harmonies of #1C776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C776B

Black with #1C776B

Text Example


Text Example

White with #1C776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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