Html Css Color HEX #15855C Deep Sea

📋 copy color: '#15855C'

red 21 ◦ green 133 ◦ blue 92

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

Shades of Deep Sea #15855C

Tints of Deep Sea #15855C

RGB

 RED value IS 21 (8.59% from 255) = 8.54%

 GREEN value IS 133 (52.34% from 255) = 54.07%

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

R = 8.54%
G = 54.07%
B = 37.4%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#15855C (or 0x15855C) is known color: Deep Sea. HEX triplet: 15, 85 and 5C. RGB value is (21,133,92). Sum of RGB (Red+Green+Blue) = 21+133+92=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #15855C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15855C is #EA7AA3. Grayscale: #5E5E5E. Windows color (decimal): -15366820 or 6063381. OLE color: 6063381.

HSL color Cylindrical-coordinate representation of color #15855C: hue angle of 158.04º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15855C is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 133 92 -
CMYK 0.84 0 0.31 0.48
HSL 158.04º 0.73% 0.3% -
HSV(B) 158.04º 0.84% 0.52% -
XYZ 10.63 17.71 12.98 -
YUV 94.84 126.39 75.33 -
System Red Green Blue C M Y K H S L
Decimal 21 133 92 0.84 0 0.31 0.48 158.04 0.73 0.3
Hex 15 85 5C 54 0 1F 30 9E 49 1E
Octal 25 205 134 124 0 37 60 236 111 36
Binary 10101 10000101 1011100 1010100 0 11111 110000 10011110 1001001 11110

Color Harmonies of #15855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15855C

Black with #15855C

Text Example


Text Example

White with #15855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15855C; }

 p { color: rgb(21,133,92); }

 H1.HeaderClassName
 {
   color: #15855C;
 }
 .AnyTagClassName
 {
   color: #15855C;
 }
</style>

background-color css

<style>
 a { background-color: #15855C; }

 a { background-color: rgb(21,133,92); }

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

border-color css

<style>
 span { border-color: #15855C; }

 span { border-color: rgb(21,133,92); }

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