Html Css Color HEX #1C766C Deep Sea

📋 copy color: '#1C766C'

red 28 ◦ green 118 ◦ blue 108

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

Shades of Deep Sea #1C766C

Tints of Deep Sea #1C766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.46%

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 11.02%
G = 46.46%
B = 42.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#1C766C (or 0x1C766C) is known color: Deep Sea. HEX triplet: 1C, 76 and 6C. RGB value is (28,118,108). Sum of RGB (Red+Green+Blue) = 28+118+108=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #1C766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C766C is #E38993. Grayscale: #595959. Windows color (decimal): -14911892 or 7108124. OLE color: 7108124.

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

Color convert

RGB 28 118 108 -
CMYK 0.76 0 0.08 0.54
HSL 173.33º 0.62% 0.29% -
HSV(B) 173.33º 0.76% 0.46% -
XYZ 9.66 14.29 16.44 -
YUV 89.95 138.18 83.81 -
System Red Green Blue C M Y K H S L
Decimal 28 118 108 0.76 0 0.08 0.54 173.33 0.62 0.29
Hex 1C 76 6C 4C 0 8 36 AD 3E 1D
Octal 34 166 154 114 0 10 66 255 76 35
Binary 11100 1110110 1101100 1001100 0 1000 110110 10101101 111110 11101

Color Harmonies of #1C766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C766C

Black with #1C766C

Text Example


Text Example

White with #1C766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,118,108); }

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

background-color css

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

 a { background-color: rgb(28,118,108); }

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

border-color css

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

 span { border-color: rgb(28,118,108); }

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