Html Css Color HEX #438686 Paradiso

📋 copy color: '#438686'

red 67 ◦ green 134 ◦ blue 134

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

Shades of Paradiso #438686

Tints of Paradiso #438686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40%

 BLUE value IS 134 (52.73% from 255) = 40%

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#438686 (or 0x438686) is known color: Paradiso. HEX triplet: 43, 86 and 86. RGB value is (67,134,134). Sum of RGB (Red+Green+Blue) = 67+134+134=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #438686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438686 is #BC7979. Grayscale: #717171. Windows color (decimal): -12351866 or 8816195. OLE color: 8816195.

HSL color Cylindrical-coordinate representation of color #438686: hue angle of 180º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438686 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 134 134 -
CMYK 0.5 0 0 0.47
HSL 180º 0.33% 0.39% -
HSV(B) 180º 0.5% 0.53% -
XYZ 15.14 19.96 25.61 -
YUV 113.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 67 134 134 0.5 0 0 0.47 180 0.33 0.39
Hex 43 86 86 32 0 0 2F B4 21 27
Octal 103 206 206 62 0 0 57 264 41 47
Binary 1000011 10000110 10000110 110010 0 0 101111 10110100 100001 100111

Color Harmonies of #438686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438686

Black with #438686

Text Example


Text Example

White with #438686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438686; }

 p { color: rgb(67,134,134); }

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

background-color css

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

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

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

border-color css

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

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

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