Html Css Color HEX #269290 Java

📋 copy color: '#269290'

red 38 ◦ green 146 ◦ blue 144

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

Shades of Java #269290

Tints of Java #269290

RGB

 RED value IS 38 (15.23% from 255) = 11.59%

 GREEN value IS 146 (57.42% from 255) = 44.51%

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 11.59%
G = 44.51%
B = 43.9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#269290 (or 0x269290) is known color: Java. HEX triplet: 26, 92 and 90. RGB value is (38,146,144). Sum of RGB (Red+Green+Blue) = 38+146+144=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #269290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269290 is #D96D6F. Grayscale: #717171. Windows color (decimal): -14249328 or 9474598. OLE color: 9474598.

HSL color Cylindrical-coordinate representation of color #269290: hue angle of 178.89º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269290 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 146 144 -
CMYK 0.74 0 0.01 0.43
HSL 178.89º 0.59% 0.36% -
HSV(B) 178.89º 0.74% 0.57% -
XYZ 16.11 22.98 29.97 -
YUV 113.48 145.22 74.16 -
System Red Green Blue C M Y K H S L
Decimal 38 146 144 0.74 0 0.01 0.43 178.89 0.59 0.36
Hex 26 92 90 4A 0 1 2B B3 3B 24
Octal 46 222 220 112 0 1 53 263 73 44
Binary 100110 10010010 10010000 1001010 0 1 101011 10110011 111011 100100

Color Harmonies of #269290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269290

Black with #269290

Text Example


Text Example

White with #269290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269290; }

 p { color: rgb(38,146,144); }

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

background-color css

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

 a { background-color: rgb(38,146,144); }

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

border-color css

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

 span { border-color: rgb(38,146,144); }

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