Html Css Color HEX #E6F3E6 Aqua Spring

📋 copy color: '#E6F3E6'

red 230 ◦ green 243 ◦ blue 230

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

Shades of Aqua Spring #E6F3E6

Tints of Aqua Spring #E6F3E6

RGB

 RED value IS 230 (90.23% from 255) = 32.72%

 GREEN value IS 243 (95.31% from 255) = 34.57%

 BLUE value IS 230 (90.23% from 255) = 32.72%

R = 32.72%
G = 34.57%
B = 32.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#E6F3E6 (or 0xE6F3E6) is known color: Aqua Spring. HEX triplet: E6, F3 and E6. RGB value is (230,243,230). Sum of RGB (Red+Green+Blue) = 230+243+230=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 243 (95.31% from 255 or 34.57% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F3E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F3E6 is #190C19. Grayscale: #EDEDED. Windows color (decimal): -1641498 or 15135718. OLE color: 15135718.

HSL color Cylindrical-coordinate representation of color #E6F3E6: hue angle of 120º degrees, saturation: 0.35, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6F3E6 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 243 230 -
CMYK 0.05 0 0.05 0.05
HSL 120º 0.35% 0.93% -
HSV(B) 120º 0.05% 0.95% -
XYZ 78.97 86.64 87.42 -
YUV 237.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 230 243 230 0.05 0 0.05 0.05 120 0.35 0.93
Hex E6 F3 E6 5 0 5 5 78 23 5D
Octal 346 363 346 5 0 5 5 170 43 135
Binary 11100110 11110011 11100110 101 0 101 101 1111000 100011 1011101

Color Harmonies of #E6F3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F3E6

Black with #E6F3E6

Text Example


Text Example

White with #E6F3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F3E6; }

 p { color: rgb(230,243,230); }

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

background-color css

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

 a { background-color: rgb(230,243,230); }

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

border-color css

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

 span { border-color: rgb(230,243,230); }

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