Html Css Color HEX #228D95 Java

📋 copy color: '#228D95'

red 34 ◦ green 141 ◦ blue 149

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

Shades of Java #228D95

Tints of Java #228D95

RGB

 RED value IS 34 (13.67% from 255) = 10.49%

 GREEN value IS 141 (55.47% from 255) = 43.52%

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 10.49%
G = 43.52%
B = 45.99%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#228D95 (or 0x228D95) is known color: Java. HEX triplet: 22, 8D and 95. RGB value is (34,141,149). Sum of RGB (Red+Green+Blue) = 34+141+149=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #228D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228D95 is #DD726A. Grayscale: #6D6D6D. Windows color (decimal): -14512747 or 9800994. OLE color: 9800994.

HSL color Cylindrical-coordinate representation of color #228D95: hue angle of 184.17º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228D95 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 141 149 -
CMYK 0.77 0.05 0 0.42
HSL 184.17º 0.63% 0.36% -
HSV(B) 184.17º 0.77% 0.58% -
XYZ 15.61 21.56 31.77 -
YUV 109.92 150.05 73.85 -
System Red Green Blue C M Y K H S L
Decimal 34 141 149 0.77 0.05 0 0.42 184.17 0.63 0.36
Hex 22 8D 95 4D 5 0 2A B8 3F 24
Octal 42 215 225 115 5 0 52 270 77 44
Binary 100010 10001101 10010101 1001101 101 0 101010 10111000 111111 100100

Color Harmonies of #228D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228D95

Black with #228D95

Text Example


Text Example

White with #228D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228D95; }

 p { color: rgb(34,141,149); }

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

background-color css

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

 a { background-color: rgb(34,141,149); }

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

border-color css

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

 span { border-color: rgb(34,141,149); }

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