Html Css Color HEX #33A198 Java

📋 copy color: '#33A198'

red 51 ◦ green 161 ◦ blue 152

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

Shades of Java #33A198

Tints of Java #33A198

RGB

 RED value IS 51 (20.31% from 255) = 14.01%

 GREEN value IS 161 (63.28% from 255) = 44.23%

 BLUE value IS 152 (59.77% from 255) = 41.76%

R = 14.01%
G = 44.23%
B = 41.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#33A198 (or 0x33A198) is known color: Java. HEX triplet: 33, A1 and 98. RGB value is (51,161,152). Sum of RGB (Red+Green+Blue) = 51+161+152=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #33A198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A198 is #CC5E67. Grayscale: #7F7F7F. Windows color (decimal): -13393512 or 10002739. OLE color: 10002739.

HSL color Cylindrical-coordinate representation of color #33A198: hue angle of 175.09º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A198 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 161 152 -
CMYK 0.68 0 0.06 0.37
HSL 175.09º 0.52% 0.42% -
HSV(B) 175.09º 0.68% 0.63% -
XYZ 19.78 28.46 34.16 -
YUV 127.08 142.06 73.73 -
System Red Green Blue C M Y K H S L
Decimal 51 161 152 0.68 0 0.06 0.37 175.09 0.52 0.42
Hex 33 A1 98 44 0 6 25 AF 34 2A
Octal 63 241 230 104 0 6 45 257 64 52
Binary 110011 10100001 10011000 1000100 0 110 100101 10101111 110100 101010

Color Harmonies of #33A198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A198

Black with #33A198

Text Example


Text Example

White with #33A198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33A198; }

 p { color: rgb(51,161,152); }

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

background-color css

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

 a { background-color: rgb(51,161,152); }

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

border-color css

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

 span { border-color: rgb(51,161,152); }

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