Html Css Color HEX #1D7560 Deep Sea

📋 copy color: '#1D7560'

red 29 ◦ green 117 ◦ blue 96

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

Shades of Deep Sea #1D7560

Tints of Deep Sea #1D7560

RGB

 RED value IS 29 (11.72% from 255) = 11.98%

 GREEN value IS 117 (46.09% from 255) = 48.35%

 BLUE value IS 96 (37.89% from 255) = 39.67%

R = 11.98%
G = 48.35%
B = 39.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#1D7560 (or 0x1D7560) is known color: Deep Sea. HEX triplet: 1D, 75 and 60. RGB value is (29,117,96). Sum of RGB (Red+Green+Blue) = 29+117+96=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #1D7560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7560 is #E28A9F. Grayscale: #585858. Windows color (decimal): -14846624 or 6321437. OLE color: 6321437.

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

Color convert

RGB 29 117 96 -
CMYK 0.75 0 0.18 0.54
HSL 165.68º 0.6% 0.29% -
HSV(B) 165.68º 0.75% 0.46% -
XYZ 8.98 13.83 13.26 -
YUV 88.29 132.35 85.71 -
System Red Green Blue C M Y K H S L
Decimal 29 117 96 0.75 0 0.18 0.54 165.68 0.6 0.29
Hex 1D 75 60 4B 0 12 36 A6 3C 1D
Octal 35 165 140 113 0 22 66 246 74 35
Binary 11101 1110101 1100000 1001011 0 10010 110110 10100110 111100 11101

Color Harmonies of #1D7560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7560

Black with #1D7560

Text Example


Text Example

White with #1D7560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,117,96); }

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

background-color css

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

 a { background-color: rgb(29,117,96); }

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

border-color css

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

 span { border-color: rgb(29,117,96); }

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