Html Css Color HEX #66B294 Keppel

📋 copy color: '#66B294'

red 102 ◦ green 178 ◦ blue 148

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

Shades of Keppel #66B294

Tints of Keppel #66B294

RGB

 RED value IS 102 (40.23% from 255) = 23.83%

 GREEN value IS 178 (69.92% from 255) = 41.59%

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 23.83%
G = 41.59%
B = 34.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#66B294 (or 0x66B294) is known color: Keppel. HEX triplet: 66, B2 and 94. RGB value is (102,178,148). Sum of RGB (Red+Green+Blue) = 102+178+148=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 178 - color contains mainly: green. Hex color #66B294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B294 is #994D6B. Grayscale: #979797. Windows color (decimal): -10046828 or 9744998. OLE color: 9744998.

HSL color Cylindrical-coordinate representation of color #66B294: hue angle of 156.32º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B294 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 178 148 -
CMYK 0.43 0 0.17 0.30
HSL 156.32º 0.33% 0.55% -
HSV(B) 156.32º 0.43% 0.7% -
XYZ 26.75 36.8 33.71 -
YUV 151.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 102 178 148 0.43 0 0.17 0.30 156.32 0.33 0.55
Hex 66 B2 94 2B 0 11 1E 9C 21 37
Octal 146 262 224 53 0 21 36 234 41 67
Binary 1100110 10110010 10010100 101011 0 10001 11110 10011100 100001 110111

Color Harmonies of #66B294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B294

Black with #66B294

Text Example


Text Example

White with #66B294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66B294; }

 p { color: rgb(102,178,148); }

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

background-color css

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

 a { background-color: rgb(102,178,148); }

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

border-color css

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

 span { border-color: rgb(102,178,148); }

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