Html Css Color HEX #438885 Paradiso

📋 copy color: '#438885'

red 67 ◦ green 136 ◦ blue 133

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

Shades of Paradiso #438885

Tints of Paradiso #438885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.48%

 BLUE value IS 133 (52.34% from 255) = 39.58%

R = 19.94%
G = 40.48%
B = 39.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#438885 (or 0x438885) is known color: Paradiso. HEX triplet: 43, 88 and 85. RGB value is (67,136,133). Sum of RGB (Red+Green+Blue) = 67+136+133=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #438885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438885 is #BC777A. Grayscale: #727272. Windows color (decimal): -12351355 or 8751171. OLE color: 8751171.

HSL color Cylindrical-coordinate representation of color #438885: hue angle of 177.39º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438885 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 136 133 -
CMYK 0.51 0 0.02 0.47
HSL 177.39º 0.34% 0.4% -
HSV(B) 177.39º 0.51% 0.53% -
XYZ 15.35 20.5 25.34 -
YUV 115.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 67 136 133 0.51 0 0.02 0.47 177.39 0.34 0.4
Hex 43 88 85 33 0 2 2F B1 22 28
Octal 103 210 205 63 0 2 57 261 42 50
Binary 1000011 10001000 10000101 110011 0 10 101111 10110001 100010 101000

Color Harmonies of #438885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438885

Black with #438885

Text Example


Text Example

White with #438885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438885; }

 p { color: rgb(67,136,133); }

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

background-color css

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

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

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

border-color css

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

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

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