Html Css Color HEX #21969C Java

📋 copy color: '#21969C'

red 33 ◦ green 150 ◦ blue 156

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

Shades of Java #21969C

Tints of Java #21969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 9.73%
G = 44.25%
B = 46.02%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21969C (or 0x21969C) is known color: Java. HEX triplet: 21, 96 and 9C. RGB value is (33,150,156). Sum of RGB (Red+Green+Blue) = 33+150+156=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #21969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21969C is #DE6963. Grayscale: #737373. Windows color (decimal): -14575972 or 10262049. OLE color: 10262049.

HSL color Cylindrical-coordinate representation of color #21969C: hue angle of 182.93º 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 #21969C is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 150 156 -
CMYK 0.79 0.04 0 0.39
HSL 182.93º 0.65% 0.37% -
HSV(B) 182.93º 0.79% 0.61% -
XYZ 17.53 24.54 35.26 -
YUV 115.7 150.74 69.01 -
System Red Green Blue C M Y K H S L
Decimal 33 150 156 0.79 0.04 0 0.39 182.93 0.65 0.37
Hex 21 96 9C 4F 4 0 27 B7 41 25
Octal 41 226 234 117 4 0 47 267 101 45
Binary 100001 10010110 10011100 1001111 100 0 100111 10110111 1000001 100101

Color Harmonies of #21969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21969C

Black with #21969C

Text Example


Text Example

White with #21969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21969C; }

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

 H1.HeaderClassName
 {
   color: #21969C;
 }
 .AnyTagClassName
 {
   color: #21969C;
 }
</style>

background-color css

<style>
 a { background-color: #21969C; }

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

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

border-color css

<style>
 span { border-color: #21969C; }

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

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