Html Css Color HEX #27969C Java

📋 copy color: '#27969C'

red 39 ◦ green 150 ◦ blue 156

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

Shades of Java #27969C

Tints of Java #27969C

RGB

 RED value IS 39 (15.63% from 255) = 11.3%

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

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

R = 11.3%
G = 43.48%
B = 45.22%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#27969C (or 0x27969C) is known color: Java. HEX triplet: 27, 96 and 9C. RGB value is (39,150,156). Sum of RGB (Red+Green+Blue) = 39+150+156=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #27969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27969C is #D86963. Grayscale: #757575. Windows color (decimal): -14182756 or 10262055. OLE color: 10262055.

HSL color Cylindrical-coordinate representation of color #27969C: hue angle of 183.08º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27969C is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 39 150 156 -
CMYK 0.75 0.04 0 0.39
HSL 183.08º 0.6% 0.38% -
HSV(B) 183.08º 0.75% 0.61% -
XYZ 17.74 24.64 35.27 -
YUV 117.5 149.73 72.01 -
System Red Green Blue C M Y K H S L
Decimal 39 150 156 0.75 0.04 0 0.39 183.08 0.6 0.38
Hex 27 96 9C 4B 4 0 27 B7 3C 26
Octal 47 226 234 113 4 0 47 267 74 46
Binary 100111 10010110 10011100 1001011 100 0 100111 10110111 111100 100110

Color Harmonies of #27969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27969C

Black with #27969C

Text Example


Text Example

White with #27969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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