Html Css Color HEX #1C715A Deep Sea

📋 copy color: '#1C715A'

red 28 ◦ green 113 ◦ blue 90

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

Shades of Deep Sea #1C715A

Tints of Deep Sea #1C715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.92%

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 12.12%
G = 48.92%
B = 38.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#1C715A (or 0x1C715A) is known color: Deep Sea. HEX triplet: 1C, 71 and 5A. RGB value is (28,113,90). Sum of RGB (Red+Green+Blue) = 28+113+90=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #1C715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C715A is #E38EA5. Grayscale: #545454. Windows color (decimal): -14913190 or 5927196. OLE color: 5927196.

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

Color convert

RGB 28 113 90 -
CMYK 0.75 0 0.20 0.56
HSL 163.76º 0.6% 0.28% -
HSV(B) 163.76º 0.75% 0.44% -
XYZ 8.23 12.8 11.71 -
YUV 84.96 130.84 87.37 -
System Red Green Blue C M Y K H S L
Decimal 28 113 90 0.75 0 0.20 0.56 163.76 0.6 0.28
Hex 1C 71 5A 4B 0 14 38 A4 3C 1C
Octal 34 161 132 113 0 24 70 244 74 34
Binary 11100 1110001 1011010 1001011 0 10100 111000 10100100 111100 11100

Color Harmonies of #1C715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C715A

Black with #1C715A

Text Example


Text Example

White with #1C715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,113,90); }

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

background-color css

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

 a { background-color: rgb(28,113,90); }

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

border-color css

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

 span { border-color: rgb(28,113,90); }

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