Html Css Color HEX #269090 Java

📋 copy color: '#269090'

red 38 ◦ green 144 ◦ blue 144

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

Shades of Java #269090

Tints of Java #269090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

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

R = 11.66%
G = 44.17%
B = 44.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#269090 (or 0x269090) is known color: Java. HEX triplet: 26, 90 and 90. RGB value is (38,144,144). Sum of RGB (Red+Green+Blue) = 38+144+144=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #269090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269090 is #D96F6F. Grayscale: #707070. Windows color (decimal): -14249840 or 9474086. OLE color: 9474086.

HSL color Cylindrical-coordinate representation of color #269090: hue angle of 180º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269090 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 144 144 -
CMYK 0.74 0 0 0.44
HSL 180º 0.58% 0.36% -
HSV(B) 180º 0.74% 0.56% -
XYZ 15.81 22.37 29.87 -
YUV 112.31 145.88 75 -
System Red Green Blue C M Y K H S L
Decimal 38 144 144 0.74 0 0 0.44 180 0.58 0.36
Hex 26 90 90 4A 0 0 2C B4 3A 24
Octal 46 220 220 112 0 0 54 264 72 44
Binary 100110 10010000 10010000 1001010 0 0 101100 10110100 111010 100100

Color Harmonies of #269090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269090

Black with #269090

Text Example


Text Example

White with #269090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269090; }

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

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

background-color css

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

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

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

border-color css

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

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

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