Html Css Color HEX #32988F Java

📋 copy color: '#32988F'

red 50 ◦ green 152 ◦ blue 143

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

Shades of Java #32988F

Tints of Java #32988F

RGB

 RED value IS 50 (19.92% from 255) = 14.49%

 GREEN value IS 152 (59.77% from 255) = 44.06%

 BLUE value IS 143 (56.25% from 255) = 41.45%

R = 14.49%
G = 44.06%
B = 41.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#32988F (or 0x32988F) is known color: Java. HEX triplet: 32, 98 and 8F. RGB value is (50,152,143). Sum of RGB (Red+Green+Blue) = 50+152+143=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #32988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32988F is #CD6770. Grayscale: #787878. Windows color (decimal): -13461361 or 9410610. OLE color: 9410610.

HSL color Cylindrical-coordinate representation of color #32988F: hue angle of 174.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32988F is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 143 -
CMYK 0.67 0 0.06 0.40
HSL 174.71º 0.5% 0.4% -
HSV(B) 174.71º 0.67% 0.6% -
XYZ 17.5 25.12 29.91 -
YUV 120.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 50 152 143 0.67 0 0.06 0.40 174.71 0.5 0.4
Hex 32 98 8F 43 0 6 28 AF 32 28
Octal 62 230 217 103 0 6 50 257 62 50
Binary 110010 10011000 10001111 1000011 0 110 101000 10101111 110010 101000

Color Harmonies of #32988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32988F

Black with #32988F

Text Example


Text Example

White with #32988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,152,143); }

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

background-color css

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

 a { background-color: rgb(50,152,143); }

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

border-color css

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

 span { border-color: rgb(50,152,143); }

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