Html Css Color HEX #1C534B Evening Sea

📋 copy color: '#1C534B'

red 28 ◦ green 83 ◦ blue 75

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

Shades of Evening Sea #1C534B

Tints of Evening Sea #1C534B

RGB

 RED value IS 28 (11.33% from 255) = 15.05%

 GREEN value IS 83 (32.81% from 255) = 44.62%

 BLUE value IS 75 (29.69% from 255) = 40.32%

R = 15.05%
G = 44.62%
B = 40.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#1C534B (or 0x1C534B) is known color: Evening Sea. HEX triplet: 1C, 53 and 4B. RGB value is (28,83,75). Sum of RGB (Red+Green+Blue) = 28+83+75=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #1C534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C534B is #E3ACB4. Grayscale: #414141. Windows color (decimal): -14920885 or 4936476. OLE color: 4936476.

HSL color Cylindrical-coordinate representation of color #1C534B: hue angle of 171.27º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C534B is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 83 75 -
CMYK 0.66 0 0.10 0.67
HSL 171.27º 0.5% 0.22% -
HSV(B) 171.27º 0.66% 0.33% -
XYZ 4.84 6.94 7.74 -
YUV 65.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 28 83 75 0.66 0 0.10 0.67 171.27 0.5 0.22
Hex 1C 53 4B 42 0 A 43 AB 32 16
Octal 34 123 113 102 0 12 103 253 62 26
Binary 11100 1010011 1001011 1000010 0 1010 1000011 10101011 110010 10110

Color Harmonies of #1C534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C534B

Black with #1C534B

Text Example


Text Example

White with #1C534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,83,75); }

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

background-color css

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

 a { background-color: rgb(28,83,75); }

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

border-color css

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

 span { border-color: rgb(28,83,75); }

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