Html Css Color HEX #1C7762 Deep Sea

📋 copy color: '#1C7762'

red 28 ◦ green 119 ◦ blue 98

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

Shades of Deep Sea #1C7762

Tints of Deep Sea #1C7762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40%

R = 11.43%
G = 48.57%
B = 40%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#1C7762 (or 0x1C7762) is known color: Deep Sea. HEX triplet: 1C, 77 and 62. RGB value is (28,119,98). Sum of RGB (Red+Green+Blue) = 28+119+98=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #1C7762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7762 is #E3889D. Grayscale: #595959. Windows color (decimal): -14911646 or 6453020. OLE color: 6453020.

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

Color convert

RGB 28 119 98 -
CMYK 0.76 0 0.18 0.53
HSL 166.15º 0.62% 0.29% -
HSV(B) 166.15º 0.76% 0.47% -
XYZ 9.28 14.32 13.83 -
YUV 89.4 132.85 84.21 -
System Red Green Blue C M Y K H S L
Decimal 28 119 98 0.76 0 0.18 0.53 166.15 0.62 0.29
Hex 1C 77 62 4C 0 12 35 A6 3E 1D
Octal 34 167 142 114 0 22 65 246 76 35
Binary 11100 1110111 1100010 1001100 0 10010 110101 10100110 111110 11101

Color Harmonies of #1C7762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7762

Black with #1C7762

Text Example


Text Example

White with #1C7762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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