Html Css Color HEX #1F756A Deep Sea

📋 copy color: '#1F756A'

red 31 ◦ green 117 ◦ blue 106

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

Shades of Deep Sea #1F756A

Tints of Deep Sea #1F756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.73%

R = 12.2%
G = 46.06%
B = 41.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#1F756A (or 0x1F756A) is known color: Deep Sea. HEX triplet: 1F, 75 and 6A. RGB value is (31,117,106). Sum of RGB (Red+Green+Blue) = 31+117+106=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #1F756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F756A is #E08A95. Grayscale: #595959. Windows color (decimal): -14715542 or 6976799. OLE color: 6976799.

HSL color Cylindrical-coordinate representation of color #1F756A: hue angle of 172.33º 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 #1F756A is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 117 106 -
CMYK 0.74 0 0.09 0.54
HSL 172.33º 0.58% 0.29% -
HSV(B) 172.33º 0.74% 0.46% -
XYZ 9.53 14.05 15.85 -
YUV 90.03 137.01 85.89 -
System Red Green Blue C M Y K H S L
Decimal 31 117 106 0.74 0 0.09 0.54 172.33 0.58 0.29
Hex 1F 75 6A 4A 0 9 36 AC 3A 1D
Octal 37 165 152 112 0 11 66 254 72 35
Binary 11111 1110101 1101010 1001010 0 1001 110110 10101100 111010 11101

Color Harmonies of #1F756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F756A

Black with #1F756A

Text Example


Text Example

White with #1F756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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