Html Css Color HEX #229B8D Java

📋 copy color: '#229B8D'

red 34 ◦ green 155 ◦ blue 141

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

Shades of Java #229B8D

Tints of Java #229B8D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.97%

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 10.3%
G = 46.97%
B = 42.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#229B8D (or 0x229B8D) is known color: Java. HEX triplet: 22, 9B and 8D. RGB value is (34,155,141). Sum of RGB (Red+Green+Blue) = 34+155+141=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #229B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229B8D is #DD6472. Grayscale: #757575. Windows color (decimal): -14509171 or 9280290. OLE color: 9280290.

HSL color Cylindrical-coordinate representation of color #229B8D: hue angle of 173.06º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229B8D is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 155 141 -
CMYK 0.78 0 0.09 0.39
HSL 173.06º 0.64% 0.37% -
HSV(B) 173.06º 0.78% 0.61% -
XYZ 17.19 25.71 29.26 -
YUV 117.23 141.41 68.64 -
System Red Green Blue C M Y K H S L
Decimal 34 155 141 0.78 0 0.09 0.39 173.06 0.64 0.37
Hex 22 9B 8D 4E 0 9 27 AD 40 25
Octal 42 233 215 116 0 11 47 255 100 45
Binary 100010 10011011 10001101 1001110 0 1001 100111 10101101 1000000 100101

Color Harmonies of #229B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229B8D

Black with #229B8D

Text Example


Text Example

White with #229B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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