Html Css Color HEX #43827D Paradiso

📋 copy color: '#43827D'

red 67 ◦ green 130 ◦ blue 125

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

Shades of Paradiso #43827D

Tints of Paradiso #43827D

RGB

 RED value IS 67 (26.56% from 255) = 20.81%

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

 BLUE value IS 125 (49.22% from 255) = 38.82%

R = 20.81%
G = 40.37%
B = 38.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#43827D (or 0x43827D) is known color: Paradiso. HEX triplet: 43, 82 and 7D. RGB value is (67,130,125). Sum of RGB (Red+Green+Blue) = 67+130+125=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #43827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43827D is #BC7D82. Grayscale: #6E6E6E. Windows color (decimal): -12352899 or 8225347. OLE color: 8225347.

HSL color Cylindrical-coordinate representation of color #43827D: hue angle of 175.24º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #43827D is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 130 125 -
CMYK 0.48 0 0.04 0.49
HSL 175.24º 0.32% 0.39% -
HSV(B) 175.24º 0.48% 0.51% -
XYZ 14 18.64 22.26 -
YUV 110.59 136.13 96.91 -
System Red Green Blue C M Y K H S L
Decimal 67 130 125 0.48 0 0.04 0.49 175.24 0.32 0.39
Hex 43 82 7D 30 0 4 31 AF 20 27
Octal 103 202 175 60 0 4 61 257 40 47
Binary 1000011 10000010 1111101 110000 0 100 110001 10101111 100000 100111

Color Harmonies of #43827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43827D

Black with #43827D

Text Example


Text Example

White with #43827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43827D; }

 p { color: rgb(67,130,125); }

 H1.HeaderClassName
 {
   color: #43827D;
 }
 .AnyTagClassName
 {
   color: #43827D;
 }
</style>

background-color css

<style>
 a { background-color: #43827D; }

 a { background-color: rgb(67,130,125); }

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

border-color css

<style>
 span { border-color: #43827D; }

 span { border-color: rgb(67,130,125); }

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