Html Css Color HEX #1F755D Deep Sea

📋 copy color: '#1F755D'

red 31 ◦ green 117 ◦ blue 93

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

Shades of Deep Sea #1F755D

Tints of Deep Sea #1F755D

RGB

 RED value IS 31 (12.5% from 255) = 12.86%

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

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 12.86%
G = 48.55%
B = 38.59%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#1F755D (or 0x1F755D) is known color: Deep Sea. HEX triplet: 1F, 75 and 5D. RGB value is (31,117,93). Sum of RGB (Red+Green+Blue) = 31+117+93=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #1F755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F755D is #E08AA2. Grayscale: #585858. Windows color (decimal): -14715555 or 6124831. OLE color: 6124831.

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

Color convert

RGB 31 117 93 -
CMYK 0.74 0 0.21 0.54
HSL 163.26º 0.58% 0.29% -
HSV(B) 163.26º 0.74% 0.46% -
XYZ 8.9 13.8 12.55 -
YUV 88.55 130.51 86.95 -
System Red Green Blue C M Y K H S L
Decimal 31 117 93 0.74 0 0.21 0.54 163.26 0.58 0.29
Hex 1F 75 5D 4A 0 15 36 A3 3A 1D
Octal 37 165 135 112 0 25 66 243 72 35
Binary 11111 1110101 1011101 1001010 0 10101 110110 10100011 111010 11101

Color Harmonies of #1F755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F755D

Black with #1F755D

Text Example


Text Example

White with #1F755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,117,93); }

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

background-color css

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

 a { background-color: rgb(31,117,93); }

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

border-color css

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

 span { border-color: rgb(31,117,93); }

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