Html Css Color HEX #14825B Deep Sea

📋 copy color: '#14825B'

red 20 ◦ green 130 ◦ blue 91

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

Shades of Deep Sea #14825B

Tints of Deep Sea #14825B

RGB

 RED value IS 20 (8.2% from 255) = 8.3%

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

 BLUE value IS 91 (35.94% from 255) = 37.76%

R = 8.3%
G = 53.94%
B = 37.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#14825B (or 0x14825B) is known color: Deep Sea. HEX triplet: 14, 82 and 5B. RGB value is (20,130,91). Sum of RGB (Red+Green+Blue) = 20+130+91=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #14825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14825B is #EB7DA4. Grayscale: #5C5C5C. Windows color (decimal): -15433125 or 5997076. OLE color: 5997076.

HSL color Cylindrical-coordinate representation of color #14825B: hue angle of 158.73º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14825B is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 91 -
CMYK 0.85 0 0.30 0.49
HSL 158.73º 0.73% 0.29% -
HSV(B) 158.73º 0.85% 0.51% -
XYZ 10.16 16.87 12.62 -
YUV 92.66 127.06 76.17 -
System Red Green Blue C M Y K H S L
Decimal 20 130 91 0.85 0 0.30 0.49 158.73 0.73 0.29
Hex 14 82 5B 55 0 1E 31 9F 49 1D
Octal 24 202 133 125 0 36 61 237 111 35
Binary 10100 10000010 1011011 1010101 0 11110 110001 10011111 1001001 11101

Color Harmonies of #14825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14825B

Black with #14825B

Text Example


Text Example

White with #14825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14825B; }

 p { color: rgb(20,130,91); }

 H1.HeaderClassName
 {
   color: #14825B;
 }
 .AnyTagClassName
 {
   color: #14825B;
 }
</style>

background-color css

<style>
 a { background-color: #14825B; }

 a { background-color: rgb(20,130,91); }

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

border-color css

<style>
 span { border-color: #14825B; }

 span { border-color: rgb(20,130,91); }

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