Html Css Color HEX #1C705C Deep Sea

📋 copy color: '#1C705C'

red 28 ◦ green 112 ◦ blue 92

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

Shades of Deep Sea #1C705C

Tints of Deep Sea #1C705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.28%

 BLUE value IS 92 (36.33% from 255) = 39.66%

R = 12.07%
G = 48.28%
B = 39.66%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#1C705C (or 0x1C705C) is known color: Deep Sea. HEX triplet: 1C, 70 and 5C. RGB value is (28,112,92). Sum of RGB (Red+Green+Blue) = 28+112+92=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #1C705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C705C is #E38FA3. Grayscale: #545454. Windows color (decimal): -14913444 or 6058012. OLE color: 6058012.

HSL color Cylindrical-coordinate representation of color #1C705C: hue angle of 165.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C705C is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 112 92 -
CMYK 0.75 0 0.18 0.56
HSL 165.71º 0.6% 0.27% -
HSV(B) 165.71º 0.75% 0.44% -
XYZ 8.2 12.61 12.13 -
YUV 84.6 132.17 87.63 -
System Red Green Blue C M Y K H S L
Decimal 28 112 92 0.75 0 0.18 0.56 165.71 0.6 0.27
Hex 1C 70 5C 4B 0 12 38 A6 3C 1B
Octal 34 160 134 113 0 22 70 246 74 33
Binary 11100 1110000 1011100 1001011 0 10010 111000 10100110 111100 11011

Color Harmonies of #1C705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C705C

Black with #1C705C

Text Example


Text Example

White with #1C705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,112,92); }

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

background-color css

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

 a { background-color: rgb(28,112,92); }

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

border-color css

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

 span { border-color: rgb(28,112,92); }

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