Html Css Color HEX #1D7968 Deep Sea

📋 copy color: '#1D7968'

red 29 ◦ green 121 ◦ blue 104

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

Shades of Deep Sea #1D7968

Tints of Deep Sea #1D7968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.64%

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 11.42%
G = 47.64%
B = 40.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#1D7968 (or 0x1D7968) is known color: Deep Sea. HEX triplet: 1D, 79 and 68. RGB value is (29,121,104). Sum of RGB (Red+Green+Blue) = 29+121+104=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7968 is #E28697. Grayscale: #5B5B5B. Windows color (decimal): -14845592 or 6846749. OLE color: 6846749.

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

Color convert

RGB 29 121 104 -
CMYK 0.76 0 0.14 0.53
HSL 168.91º 0.61% 0.29% -
HSV(B) 168.91º 0.76% 0.47% -
XYZ 9.84 14.94 15.46 -
YUV 91.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 29 121 104 0.76 0 0.14 0.53 168.91 0.61 0.29
Hex 1D 79 68 4C 0 E 35 A9 3D 1D
Octal 35 171 150 114 0 16 65 251 75 35
Binary 11101 1111001 1101000 1001100 0 1110 110101 10101001 111101 11101

Color Harmonies of #1D7968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7968

Black with #1D7968

Text Example


Text Example

White with #1D7968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,121,104); }

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

background-color css

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

 a { background-color: rgb(29,121,104); }

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

border-color css

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

 span { border-color: rgb(29,121,104); }

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