Html Css Color HEX #21968B Java

📋 copy color: '#21968B'

red 33 ◦ green 150 ◦ blue 139

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

Shades of Java #21968B

Tints of Java #21968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.58%

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 10.25%
G = 46.58%
B = 43.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#21968B (or 0x21968B) is known color: Java. HEX triplet: 21, 96 and 8B. RGB value is (33,150,139). Sum of RGB (Red+Green+Blue) = 33+150+139=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #21968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21968B is #DE6974. Grayscale: #717171. Windows color (decimal): -14575989 or 9147937. OLE color: 9147937.

HSL color Cylindrical-coordinate representation of color #21968B: hue angle of 174.36º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21968B is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 150 139 -
CMYK 0.78 0 0.07 0.41
HSL 174.36º 0.64% 0.36% -
HSV(B) 174.36º 0.78% 0.59% -
XYZ 16.19 24 28.21 -
YUV 113.76 142.24 70.39 -
System Red Green Blue C M Y K H S L
Decimal 33 150 139 0.78 0 0.07 0.41 174.36 0.64 0.36
Hex 21 96 8B 4E 0 7 29 AE 40 24
Octal 41 226 213 116 0 7 51 256 100 44
Binary 100001 10010110 10001011 1001110 0 111 101001 10101110 1000000 100100

Color Harmonies of #21968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21968B

Black with #21968B

Text Example


Text Example

White with #21968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21968B; }

 p { color: rgb(33,150,139); }

 H1.HeaderClassName
 {
   color: #21968B;
 }
 .AnyTagClassName
 {
   color: #21968B;
 }
</style>

background-color css

<style>
 a { background-color: #21968B; }

 a { background-color: rgb(33,150,139); }

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

border-color css

<style>
 span { border-color: #21968B; }

 span { border-color: rgb(33,150,139); }

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