Html Css Color HEX #219B9A Java

📋 copy color: '#219B9A'

red 33 ◦ green 155 ◦ blue 154

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

Shades of Java #219B9A

Tints of Java #219B9A

RGB

 RED value IS 33 (13.28% from 255) = 9.65%

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

 BLUE value IS 154 (60.55% from 255) = 45.03%

R = 9.65%
G = 45.32%
B = 45.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#219B9A (or 0x219B9A) is known color: Java. HEX triplet: 21, 9B and 9A. RGB value is (33,155,154). Sum of RGB (Red+Green+Blue) = 33+155+154=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #219B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219B9A is #DE6465. Grayscale: #767676. Windows color (decimal): -14574694 or 10132257. OLE color: 10132257.

HSL color Cylindrical-coordinate representation of color #219B9A: hue angle of 179.51º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219B9A is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 155 154 -
CMYK 0.79 0 0.01 0.39
HSL 179.51º 0.65% 0.37% -
HSV(B) 179.51º 0.79% 0.61% -
XYZ 18.18 26.1 34.65 -
YUV 118.41 148.08 67.08 -
System Red Green Blue C M Y K H S L
Decimal 33 155 154 0.79 0 0.01 0.39 179.51 0.65 0.37
Hex 21 9B 9A 4F 0 1 27 B4 41 25
Octal 41 233 232 117 0 1 47 264 101 45
Binary 100001 10011011 10011010 1001111 0 1 100111 10110100 1000001 100101

Color Harmonies of #219B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219B9A

Black with #219B9A

Text Example


Text Example

White with #219B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219B9A; }

 p { color: rgb(33,155,154); }

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

background-color css

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

 a { background-color: rgb(33,155,154); }

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

border-color css

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

 span { border-color: rgb(33,155,154); }

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