Html Css Color HEX #21968D Java

📋 copy color: '#21968D'

red 33 ◦ green 150 ◦ blue 141

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

Shades of Java #21968D

Tints of Java #21968D

RGB

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

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

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

R = 10.19%
G = 46.3%
B = 43.52%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#21968D (or 0x21968D) is known color: Java. HEX triplet: 21, 96 and 8D. RGB value is (33,150,141). Sum of RGB (Red+Green+Blue) = 33+150+141=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #21968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21968D is #DE6972. Grayscale: #717171. Windows color (decimal): -14575987 or 9279009. OLE color: 9279009.

HSL color Cylindrical-coordinate representation of color #21968D: hue angle of 175.38º 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 #21968D is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 150 141 -
CMYK 0.78 0 0.06 0.41
HSL 175.38º 0.64% 0.36% -
HSV(B) 175.38º 0.78% 0.59% -
XYZ 16.34 24.06 28.98 -
YUV 113.99 143.24 70.23 -
System Red Green Blue C M Y K H S L
Decimal 33 150 141 0.78 0 0.06 0.41 175.38 0.64 0.36
Hex 21 96 8D 4E 0 6 29 AF 40 24
Octal 41 226 215 116 0 6 51 257 100 44
Binary 100001 10010110 10001101 1001110 0 110 101001 10101111 1000000 100100

Color Harmonies of #21968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21968D

Black with #21968D

Text Example


Text Example

White with #21968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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