Html Css Color HEX #269C90 Java

📋 copy color: '#269C90'

red 38 ◦ green 156 ◦ blue 144

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

Shades of Java #269C90

Tints of Java #269C90

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.15%

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

R = 11.24%
G = 46.15%
B = 42.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#269C90 (or 0x269C90) is known color: Java. HEX triplet: 26, 9C and 90. RGB value is (38,156,144). Sum of RGB (Red+Green+Blue) = 38+156+144=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #269C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269C90 is #D9636F. Grayscale: #777777. Windows color (decimal): -14246768 or 9477158. OLE color: 9477158.

HSL color Cylindrical-coordinate representation of color #269C90: hue angle of 173.9º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269C90 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 156 144 -
CMYK 0.76 0 0.08 0.39
HSL 173.9º 0.61% 0.38% -
HSV(B) 173.9º 0.76% 0.61% -
XYZ 17.72 26.2 30.51 -
YUV 119.35 141.91 69.98 -
System Red Green Blue C M Y K H S L
Decimal 38 156 144 0.76 0 0.08 0.39 173.9 0.61 0.38
Hex 26 9C 90 4C 0 8 27 AE 3D 26
Octal 46 234 220 114 0 10 47 256 75 46
Binary 100110 10011100 10010000 1001100 0 1000 100111 10101110 111101 100110

Color Harmonies of #269C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269C90

Black with #269C90

Text Example


Text Example

White with #269C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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