Html Css Color HEX #18855F Deep Sea

📋 copy color: '#18855F'

red 24 ◦ green 133 ◦ blue 95

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

Shades of Deep Sea #18855F

Tints of Deep Sea #18855F

RGB

 RED value IS 24 (9.77% from 255) = 9.52%

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

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 9.52%
G = 52.78%
B = 37.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#18855F (or 0x18855F) is known color: Deep Sea. HEX triplet: 18, 85 and 5F. RGB value is (24,133,95). Sum of RGB (Red+Green+Blue) = 24+133+95=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #18855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18855F is #E77AA0. Grayscale: #606060. Windows color (decimal): -15170209 or 6259992. OLE color: 6259992.

HSL color Cylindrical-coordinate representation of color #18855F: hue angle of 159.08º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18855F is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 133 95 -
CMYK 0.82 0 0.29 0.48
HSL 159.08º 0.69% 0.31% -
HSV(B) 159.08º 0.82% 0.52% -
XYZ 10.83 17.8 13.69 -
YUV 96.08 127.39 76.59 -
System Red Green Blue C M Y K H S L
Decimal 24 133 95 0.82 0 0.29 0.48 159.08 0.69 0.31
Hex 18 85 5F 52 0 1D 30 9F 45 1F
Octal 30 205 137 122 0 35 60 237 105 37
Binary 11000 10000101 1011111 1010010 0 11101 110000 10011111 1000101 11111

Color Harmonies of #18855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18855F

Black with #18855F

Text Example


Text Example

White with #18855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18855F; }

 p { color: rgb(24,133,95); }

 H1.HeaderClassName
 {
   color: #18855F;
 }
 .AnyTagClassName
 {
   color: #18855F;
 }
</style>

background-color css

<style>
 a { background-color: #18855F; }

 a { background-color: rgb(24,133,95); }

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

border-color css

<style>
 span { border-color: #18855F; }

 span { border-color: rgb(24,133,95); }

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