Html Css Color HEX #1F825C Deep Sea

📋 copy color: '#1F825C'

red 31 ◦ green 130 ◦ blue 92

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

Shades of Deep Sea #1F825C

Tints of Deep Sea #1F825C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

 BLUE value IS 92 (36.33% from 255) = 36.36%

R = 12.25%
G = 51.38%
B = 36.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#1F825C (or 0x1F825C) is known color: Deep Sea. HEX triplet: 1F, 82 and 5C. RGB value is (31,130,92). Sum of RGB (Red+Green+Blue) = 31+130+92=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #1F825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F825C is #E07DA3. Grayscale: #606060. Windows color (decimal): -14712228 or 6062623. OLE color: 6062623.

HSL color Cylindrical-coordinate representation of color #1F825C: hue angle of 156.97º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F825C is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 130 92 -
CMYK 0.76 0 0.29 0.49
HSL 156.97º 0.61% 0.32% -
HSV(B) 156.97º 0.76% 0.51% -
XYZ 10.48 17.03 12.86 -
YUV 96.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 31 130 92 0.76 0 0.29 0.49 156.97 0.61 0.32
Hex 1F 82 5C 4C 0 1D 31 9D 3D 20
Octal 37 202 134 114 0 35 61 235 75 40
Binary 11111 10000010 1011100 1001100 0 11101 110001 10011101 111101 100000

Color Harmonies of #1F825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F825C

Black with #1F825C

Text Example


Text Example

White with #1F825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,130,92); }

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

background-color css

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

 a { background-color: rgb(31,130,92); }

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

border-color css

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

 span { border-color: rgb(31,130,92); }

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